Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 8, 2015
1 parent a937e23 commit c95955e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/workflow/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def new( Class, trans, tool_id=None ):
if module.tool is None:
error_message = "Attempted to create new workflow module for invalid tool_id, no tool with id - %s." % tool_id
raise Exception( error_message )
module.state = module.tool.new_state( trans, all_pages=True )
module.state = module.tool.new_state( trans )
return module

@classmethod
Expand Down

0 comments on commit c95955e

Please sign in to comment.