Skip to content

Commit

Permalink
Update pycbc_live
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Jul 29, 2024
1 parent ba7b9c0 commit 7478d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pycbc_live
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ def check_max_length(args, waveforms):

parser = argparse.ArgumentParser(description=__doc__)
pycbc.waveform.bank.add_approximant_arg(parser)
parser.add_argument('--verbose', action='store_true')
parser.add_argument('--verbose', action='count')
parser.add_argument('--version', action='version', version=version.git_verbose_msg)
parser.add_argument('--bank-file', required=True,
help="Template bank file in XML or HDF format")
Expand Down

0 comments on commit 7478d65

Please sign in to comment.