Skip to content

Commit

Permalink
Cosmetic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 24, 2017
1 parent 6c92273 commit e38f001
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion qipipe/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
SESSION_FMT = 'Session%02d'
"""The XNAT session name format with argument session number."""

CONF_DIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'conf'))
CONF_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', 'conf')
)
"""The common configuration directory."""

VOLUME_FILE_PAT = re.compile("volume(\d{3}).nii.gz$")
Expand Down
10 changes: 5 additions & 5 deletions qipipe/pipeline/workflow_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,11 +521,11 @@ def _node_name_configuration(self, workflow, node):

def _interface_configuration(self, klass):
"""
Returns the {parameter: value} dictionary defined for the given
interface class in this WorkflowBase's configuration. The
configuration section matches the module path of the interface class
name. The section can elide the ``interfaces`` or ``interface`` prefix,
e.g.:
Returns the {parameter: value} dictionary defined for the
given interface class in this WorkflowBase's configuration.
The configuration section matches the module path of the
interface class name. The section can elide the ``interfaces``
or ``interface`` prefix, e.g.:
[nipype.interfaces.ants.AverageImages]
[ants.AverageImages]
Expand Down

0 comments on commit e38f001

Please sign in to comment.