diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-03-19 17:28:46 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-03-19 17:28:46 -0500 |
| commit | 38df6facfecb16cc24f829770aff77d24050f7f4 (patch) | |
| tree | f9630c946cc1ef8b600bdfc7b1dea97dc39b115f /fr.py | |
| parent | 24ab29995d7aa30162d8d17fd2557bf28c5ea6e0 (diff) | |
| download | GolemFlavor-38df6facfecb16cc24f829770aff77d24050f7f4.tar.gz GolemFlavor-38df6facfecb16cc24f829770aff77d24050f7f4.zip | |
update submitter script
Diffstat (limited to 'fr.py')
| -rwxr-xr-x | fr.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -109,7 +109,10 @@ def process_args(args): def parse_args(): """Parse command line arguments""" - parser = argparse.ArgumentParser(description="BSM flavour ratio analysis") + parser = argparse.ArgumentParser( + description="BSM flavour ratio analysis", + formatter_class=misc_utils.SortingHelpFormatter, + ) parser.add_argument( '--measured-ratio', type=int, nargs=3, default=[1, 1, 1], help='Set the central value for the measured flavour ratio at IceCube' |
