Skip to content

Commit

Permalink
Fix tabs, wow
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Oct 8, 2018
1 parent d606996 commit c4374f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/tools/actions/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
class BaseUploadToolAction(ToolAction):

def execute(self, tool, trans, incoming={}, history=None, **kwargs):
if not trans.user_is_active:
raise UserActivationRequiredException()
if not trans.user_is_active:
raise UserActivationRequiredException()
dataset_upload_inputs = []
for input_name, input in tool.inputs.items():
if input.type == "upload_dataset":
Expand Down

0 comments on commit c4374f9

Please sign in to comment.