Update initialize.py

This commit is contained in:
bjoernellens1 2023-05-26 11:18:18 +02:00 committed by GitHub
parent 8745134893
commit fe0d0f57a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ class GitCloner:
try:
# Change working directory to the base directory
main_dir = os.path.join(self.maindir)
os.chdir(maindir)
os.chdir(main_dir)
# Execute colcon build
subprocess.check_output(['colcon', 'build'])