Skip to content

Commit

Permalink
Add quotes to vcs import command
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <[email protected]>
  • Loading branch information
paudrow committed Jun 1, 2022
1 parent 12fea81 commit 06ce190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2_batch_job/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def need_package_from_pipy(pkg_name):
os.makedirs(args.sourcespace)
for filename in repos_filenames:
job.run(vcs_cmd + ['import', '"%s"' % args.sourcespace, '--force', '--retry', '5',
'--input', filename], shell=True)
'--input', f"'{filename}'"], shell=True)
print('# END SUBSECTION')

if args.test_branch is not None:
Expand Down

0 comments on commit 06ce190

Please sign in to comment.