X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/529a648458ceefc02d77abf470a2005a099d9907..92b530ffbb5022192f00977183e591ae81240347:/sdk/python/arvados/commands/run.py diff --git a/sdk/python/arvados/commands/run.py b/sdk/python/arvados/commands/run.py index 7a298b4c17..5d29c45117 100644 --- a/sdk/python/arvados/commands/run.py +++ b/sdk/python/arvados/commands/run.py @@ -110,7 +110,7 @@ def statfile(prefix, fn, fnPattern="$(file %s/%s)", dirPattern="$(dir %s/%s/)"): def uploadfiles(files, api, dry_run=False, num_retries=0, project=None, fnPattern="$(file %s/%s)", name=None): # Find the smallest path prefix that includes all the files that need to be uploaded. # This starts at the root and iteratively removes common parent directory prefixes - # until all file pathes no longer have a common parent. + # until all file paths no longer have a common parent. n = True pathprefix = "/" while n: