Skip to content

Commit

Permalink
scan is not a staging workflow creation argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Apr 20, 2015
1 parent 1a1b325 commit e656645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qipipe/pipeline/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def __init__(self, **opts):
self._logger.debug("Set the XNAT project to %s." % prj)

# Make the workflow.
self.workflow = self._create_workflow(scan, **opts)
self.workflow = self._create_workflow(**opts)
"""
The staging workflow sequence described in
:class:`qipipe.pipeline.staging.StagingWorkflow`.
Expand Down

0 comments on commit e656645

Please sign in to comment.