Skip to content

Commit

Permalink
gw_summary: fixed nameerror
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmmacleod committed Mar 19, 2019
1 parent 92318a2 commit eeed9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gw_summary
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit eeed9e2

Please sign in to comment.