Skip to content
Snippets Groups Projects
Commit 7f4b8d4c authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

fix chdir command

parent ea35c6fa
No related branches found
No related tags found
No related merge requests found
Pipeline #482 passed
......@@ -23,7 +23,7 @@ def main():
repo_dir = os.getcwd()
for package in load_config():
build_package(repo_dir=repo_dir, **package)
os.cwd(repo_dir)
os.chdir(repo_dir)
if __name__ == "__main__":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment