fix workers args
This commit is contained in:
parent
4f4fc732fa
commit
d08f1d31a7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ for arg in sys.argv[1:]:
|
|||
next_to_copy = True
|
||||
remote_args.append(arg)
|
||||
|
||||
remote_args += ["--workers" "4"]
|
||||
remote_args += ["--workers", "4"]
|
||||
|
||||
# copy over what files we need to ensure are present on the target
|
||||
|
||||
|
|
Loading…
Reference in a new issue