Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 2, 2017
1 parent 3b64936 commit dd5c057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qipipe/pipeline/modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ def _create_workflow(self, **opts):
self.logger.debug("The modeling workflow output is %s with"
" fields %s" % (output_spec.name, out_fields))

# Instrument the nodes for cluster submission, if necessary.
self._configure_nodes(mdl_wf)
# Instrument the nodes for cluster submission, if necessary.
self._configure_nodes(mdl_wf)

self.logger.debug("Created the %s workflow." % mdl_wf.name)
# If debug is set, then diagram the workflow graph.
Expand Down

0 comments on commit dd5c057

Please sign in to comment.