Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcieslak committed Aug 16, 2024
1 parent 0a221bc commit 57f0464
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions qsirecon/workflows/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@


def init_qsirecon_wf():
"""Organize the execution of qsirecon, with a sub-workflow for each subject.
"""
"""Organize the execution of qsirecon, with a sub-workflow for each subject."""
ver = Version(config.environment.version)
qsirecon_wf = Workflow(name=f"qsirecon_{ver.major}_{ver.minor}_wf")
qsirecon_wf.base_dir = config.execution.work_dir
Expand Down

0 comments on commit 57f0464

Please sign in to comment.