Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Sep 15, 2017
1 parent 3cca06a commit 604fdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/jobs/__init__.py
Expand Up @@ -1450,7 +1450,7 @@ def check_tool_output(self, stdout, stderr, tool_exit_code, job):

def cleanup(self, delete_files=True):
# At least one of these tool cleanup actions (job import), is needed
# for thetool to work properly, that is why one might want to run
# for the tool to work properly, that is why one might want to run
# cleanup but not delete files.
try:
if delete_files:
Expand Down

0 comments on commit 604fdde

Please sign in to comment.