Skip to content

Commit

Permalink
Adjusting indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
anuprulez committed May 22, 2017
1 parent 60cb6b4 commit 8975327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/workflows.py
Expand Up @@ -81,7 +81,7 @@ def workflow_menu( self, trans, **kwd ):
user = trans.get_user()
workflow_ids = payload.get( 'workflow_ids' )
if workflow_ids is None:
workflow_ids = []
workflow_ids = []
elif type( workflow_ids ) != list:
workflow_ids = [ workflow_ids ]
sess = trans.sa_session
Expand Down

0 comments on commit 8975327

Please sign in to comment.