Skip to content

Commit 12fea81

Browse files
Update ros2_batch_job/__main__.py
Signed-off-by: Audrow Nash <[email protected]> Co-authored-by: Steven! Ragnarök <[email protected]>
1 parent ec11824 commit 12fea81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ros2_batch_job/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ def need_package_from_pipy(pkg_name):
794794
def _fetch_repos_file(url, filename, job):
795795
"""Use curl to fetch a repos file and display the contents."""
796796

797-
job.run(['curl', '-skL', f'"{url}"', '-o', f'"{filename}"'])
797+
job.run(['curl', '-skL', f"'{url}'", '-o', f"'{filename}'"])
798798
log("@{bf}==>@| Contents of `%s`:" % filename)
799799
with open(filename, 'r') as f:
800800
print(f.read())

0 commit comments

Comments
 (0)