Skip to content

Commit

Permalink
getting silly with the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonny Pearson committed Dec 20, 2024
1 parent 11ebe26 commit 7a6b49a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/nhssynth/cli/common_arguments.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ def get_seed_parser(overrides=False) -> argparse.ArgumentParser:
return parser


COMMON_TITLE: Final = "starting any of the following args with `_` defaults to a suffix on DATASET (e.g. `_metadata` -> `<DATASET>_metadata`);\nall filenames are relative to `experiments/<EXPERIMENT_NAME>/` unless otherwise stated"

COMMON_TITLE: Final = (
"starting any of the following args with `_` defaults to a suffix on DATASET (e.g. `_metadata` -> `<DATASET>_metadata`);\nall filenames are relative to `experiments/<EXPERIMENT_NAME>/` unless otherwise stated"
)

def suffix_parser_generator(name: str, help: str, required: bool = False) -> argparse.ArgumentParser:
"""Generator function for creating parsers following a common template.
Expand Down

0 comments on commit 7a6b49a

Please sign in to comment.