Skip to content

Commit

Permalink
Merge pull request #981 from nipreps/fix/resource-monitor
Browse files Browse the repository at this point in the history
FIX: Resource profiler was broken with config file
  • Loading branch information
oesteban committed Apr 18, 2022
2 parents e00bcea + 827f8b2 commit a2bddac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mriqc/cli/parser.py
Expand Up @@ -262,7 +262,9 @@ def _bids_filter(value):
help="Do not run the workflow.",
)
g_outputs.add_argument(
"--resource-monitor",
"--profile",
dest="resource_monitor",
action="store_true",
default=False,
help="Hook up the resource profiler callback to nipype.",
Expand Down

0 comments on commit a2bddac

Please sign in to comment.