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()