Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release_18.01' into release_18.05
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed May 11, 2018
2 parents efc97a4 + 890b446 commit e266912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/library_datasets.py
Expand Up @@ -683,7 +683,7 @@ def traverse(folder):
log.exception("Requested dataset %s does not exist on the host.", ldda.dataset.file_name)
raise exceptions.ObjectNotFound("Requested dataset not found.")
except Exception as e:
log.exception("Unable to add %s to temporary library download archive %s", fname, outfname)
log.exception("Unable to add %s to temporary library download archive %s", ldda.dataset.file_name, outfname)
raise exceptions.InternalServerError("Unknown error. " + str(e))
lname = 'selected_dataset'
fname = lname.replace(' ', '_') + '_files'
Expand Down

0 comments on commit e266912

Please sign in to comment.