Skip to content
Snippets Groups Projects
Commit f1984a50 authored by Sylvia Biscoveanu's avatar Sylvia Biscoveanu Committed by Gregory Ashton
Browse files

Fix `get_gracedb` argument order

parent 9211cadd
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,7 @@ def read_frame_file(file_name, start_time, end_time, channel=None, buffer_time=0
def get_gracedb(gracedb, outdir, duration, calibration, detectors, query_types=None, server=None):
candidate = gracedb_to_json(gracedb, outdir)
candidate = gracedb_to_json(gracedb, outdir=outdir)
trigger_time = candidate['gpstime']
gps_start_time = trigger_time - duration
cache_files = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment