Skip to content
Snippets Groups Projects
Commit 101f382d authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

gstlal_ll_inspiral_daily_page: improve logging message

parent 73e86683
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ if __name__ == '__main__':
injdball[injection_file] = os.path.join(os.path.join(options.directory, d), inspiral_pipe.T050017_filename(instruments, "ALL_LLOID_%s" % injtag(injection_file), (int(d) * 100000, (int(d) + 1) * 100000), '.sqlite'))
if float(now()) - float("%s00000" % d) > 125000 and all([os.path.exists(f) for f in injdball.values()]+[os.path.exists(noninjdball)]):
print >> sys.stderr, "directory is greater than 125000 seconds old and has already been processed...continuing"
print >> sys.stderr, "directory is %s %s greater than 125000 seconds old and has already been processed...continuing" % (n,d)
noninj_files_to_merge.append(noninjdball)
for injection_file in inj_file_bins:
inj_files_to_merge.setdefault(injection_file,[]).append(injdball[injection_file])
......
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