1 parent 866a57b commit 03aec7dCopy full SHA for 03aec7d
1 file changed
hapiclient/hapitime.py
@@ -274,7 +274,8 @@ def hapitime2datetime(Time, **kwargs):
274
toc = time.time() - tic
275
log("Pandas processing time = %.4fs, first time = %s" % (toc, Timeo))
276
return Time
277
- except:
+ except Exception as e:
278
+ log("Pandas processing failed with error: " + str(e))
279
log("Pandas processing failed, first time = %s" % Time[0])
280
281
0 commit comments