Closed ashleyrback closed 9 years ago
In combine_hdf5.py:
combine_hdf5.py
argparse
sys.argv
argparse.error
print
sys.exit(1)
file1
@jwaterfield, nothing major. The only one that has to be done is the 3rd bullet, but the other two would be nice!
closed by #41
In
combine_hdf5.py
:argparse
oversys.argv
to keep it consistent with the other scripts.argparse.error
overprint
followed bysys.exit(1)
, see https://github.com/snoplusuk/echidna/blob/master/echidna/scripts/dump_smeared.py#L51 for an examplefile1
twice