We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9348f commit e676f66Copy full SHA for e676f66
scout/ecm_prep_args.py
@@ -13,7 +13,7 @@ def ecm_args(args: list = None) -> argparse.NameSpace: # noqa: F821
13
arguments will be used in Config. Defaults to None.
14
"""
15
16
- # Retrieve config file and CLI arguments
+ # Retrieve config file and CLI arguments
17
parser = ArgumentParser(formatter_class=ArgumentDefaultsHelpFormatter,
18
epilog="For more detail please read: "
19
"https://scout-bto.readthedocs.io/en/latest/tutorials.html"
0 commit comments