Skip to content

Commit

Permalink
Merge pull request #183 from eho-tacc/27092019
Browse files Browse the repository at this point in the history
Prepend local dest dir to --exclude files
  • Loading branch information
mwvaughn committed Sep 28, 2019
2 parents 58208f6 + 0ebb307 commit 1c1752d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapis_cli/commands/taccapis/v2/jobs/helpers/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def download(source,
dest_dir = str(job_uuid)
else:
dest_dir = destination
excludes = [os.path.join(dest_dir, e) for e in excludes]

if progress:
print_stderr('Walking remote resource...')
Expand Down

0 comments on commit 1c1752d

Please sign in to comment.