We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
license_notice
1 parent 2544523 commit 8dfdd9eCopy full SHA for 8dfdd9e
CPAC/_entrypoints/run.py
@@ -112,7 +112,7 @@ def resolve_aws_credential(source: Path | str) -> str:
112
def run_main():
113
"""Run this function if not importing as a script."""
114
parser = argparse.ArgumentParser(
115
- description="C-PAC Pipeline Runner. " + license_notice
+ description="C-PAC Pipeline Runner. " + license_notice()
116
)
117
parser.add_argument(
118
"bids_dir",
0 commit comments