Update initialize.py

Leave out colcon and source for now
This commit is contained in:
bjoernellens1 2023-05-26 11:38:17 +02:00 committed by GitHub
parent 9281240c4f
commit 544649845c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,6 @@ class GitCloner:
# Usage example
cloner = GitCloner('./src', 'repos.yaml')
cloner.clone_or_update_repos()
cloner.build_repos()
cloner.source_setup()
#cloner.build_repos()
#cloner.source_setup()