From eeed9e285d1953347ef4f81097fb1da68a129b14 Mon Sep 17 00:00:00 2001 From: Duncan Macleod Date: Thu, 7 Feb 2019 12:31:38 +0000 Subject: [PATCH] gw_summary: fixed nameerror --- bin/gw_summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gw_summary b/bin/gw_summary index d5e123b2..895e08b3 100644 --- a/bin/gw_summary +++ b/bin/gw_summary @@ -544,7 +544,7 @@ if opts.archive: if hasattr(opts, 'daily_archive') and opts.daily_archive: # find daily archive files archives.extend(archive.find_daily_archives( - opts.gpsstart, opts.gpsend, ifo, args.daily_archive, archivedir)) + opts.gpsstart, opts.gpsend, ifo, opts.daily_archive, archivedir)) # then don't read any actual data cache['datacache'] = Cache()