Fix paths in the auto-formatting tools #105178
@ -28,7 +28,7 @@ VERSION_MIN = (1, 6, 0)
|
||||
VERSION_MAX_RECOMMENDED = (1, 6, 0)
|
||||
AUTOPEP8_FORMAT_CMD = "autopep8"
|
||||
|
||||
BASE_DIR = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
|
||||
BASE_DIR = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||
os.chdir(BASE_DIR)
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ VERSION_MIN = (8, 0, 0)
|
||||
VERSION_MAX_RECOMMENDED = (12, 0, 0)
|
||||
CLANG_FORMAT_CMD = "clang-format"
|
||||
|
||||
BASE_DIR = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", "..", ".."))
|
||||
BASE_DIR = os.path.normpath(os.path.join(os.path.dirname(__file__), "..", ".."))
|
||||
os.chdir(BASE_DIR)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user