Skip to content

Commit

Permalink
Merge pull request #7352 from bgruening/test_data_fix
Browse files Browse the repository at this point in the history
fix the filename of saved test-data
  • Loading branch information
jmchilton committed Feb 14, 2019
2 parents 45d06ac + 06d1e5a commit 728ff20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/tools/verify/__init__.py
Expand Up @@ -89,7 +89,7 @@ def verify(

# if the server's env has GALAXY_TEST_SAVE, save the output file to that dir
if keep_outputs_dir:
ofn = os.path.join(keep_outputs_dir, os.path.basename(local_name))
ofn = os.path.join(keep_outputs_dir, filename)
log.debug('keep_outputs_dir: %s, ofn: %s', keep_outputs_dir, ofn)
try:
shutil.copy(temp_name, ofn)
Expand Down

0 comments on commit 728ff20

Please sign in to comment.