Skip to content

Commit

Permalink
Fix small typo in pycbc_live_supervise_collated_trigger_fits
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 6, 2024
1 parent e889ae1 commit cc2610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def get_yesterday_date():
day_dt = datetime.utcnow() - timedelta(days=1)
day_dt = datetime.combine(day_dt, datetime.min.time())
day_str = day_dt.strftime('%Y_%m_%d')
return date_dt, date_str
return day_dt, date_str

parser = argparse.ArgumentParser(description=__doc__)
pycbc.add_common_pycbc_options(parser)
Expand Down

0 comments on commit cc2610d

Please sign in to comment.