Open markmac99 opened 2 months ago
ok, its a simple problem: if the Fieldsums bz2 archive isn't available, then plotFFTimeIntervals() returns None,None,None. However the values are then passed to log.info, which can't print None as a float. The fix is to check for None before printing. I'll create a fix branch.
I think this is fixed in prerelease, no?
The master branch fails during Reprocess with this error
the code is enclosed in a try/except so it does not halt RMS but its presumably not creating some graph. I'll investigate it.