Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: GitLab Duo <gitlab-duo@gitlab.com>
This commit is contained in:
2026-08-28 09:48:30 +00:00
co-authored by GitLab Duo
parent 605702f19f
commit d2a4558a39
+1 -1
View File
@@ -135,7 +135,7 @@ utils_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir))
temp_dir = tempfile.mkdtemp() temp_dir = tempfile.mkdtemp()
build_dir = os.path.join(temp_dir, 'build') build_dir = os.path.join(temp_dir, 'build')
staging_dir = os.path.join(temp_dir, 'staging') staging_dir = os.path.join(temp_dir, 'staging')
working_dir = working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) working_dir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
src_path = os.path.join(working_dir, 'src') src_path = os.path.join(working_dir, 'src')
CONFIG_JSON = os.path.join(working_dir, 'config.json') CONFIG_JSON = os.path.join(working_dir, 'config.json')