Skip to content

Commit

Permalink
Update pycbc_live (#4827)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies authored Aug 2, 2024
1 parent 235c03a commit 6fd4fdb
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 6fd4fdb

Please sign in to comment.