Skip to content

Commit 8dfdd9e

Browse files
committed
fixup! ♻️ Guard license_notice
1 parent 2544523 commit 8dfdd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CPAC/_entrypoints/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def resolve_aws_credential(source: Path | str) -> str:
112112
def run_main():
113113
"""Run this function if not importing as a script."""
114114
parser = argparse.ArgumentParser(
115-
description="C-PAC Pipeline Runner. " + license_notice
115+
description="C-PAC Pipeline Runner. " + license_notice()
116116
)
117117
parser.add_argument(
118118
"bids_dir",

0 commit comments

Comments
 (0)