Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
titodalcanton committed Sep 13, 2023
1 parent a60289f commit 9b77949
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/live/pycbc_live_single_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ else:
"--duration-bin-edges.")
if not ((args.duration_bin_start and args.duration_bin_end) or
args.duration_from_bank):
parser.error("--duration-bin-start & --duration-bin-end or "
"--duration-from-bank must be set if not using "
"--duration-bin-edges.")
parser.error("--duration-bin-start & --duration-bin-end or "
"--duration-from-bank must be set if not using "
"--duration-bin-edges.")
if args.duration_bin_end and \
args.duration_bin_end <= args.duration_bin_start:
parser.error("--duration-bin-end must be greater than "
Expand Down

0 comments on commit 9b77949

Please sign in to comment.