From b0ad99eced4907675b7e7a240949a68c06b9cdf3 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 4 Jul 2018 17:25:11 +0200 Subject: [PATCH] [minor] improved text output if wf data cannot be read --- pylot/core/io/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index e84badea..5e6db468 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -445,7 +445,7 @@ class Data(object): except SacIOError as se: warnmsg += '{0}\n{1}\n'.format(fname, se) if warnmsg: - warnmsg = 'WARNING: unable to read\n' + warnmsg + warnmsg = 'WARNING in appendWFData: unable to read waveform data\n' + warnmsg print(warnmsg) def getWFData(self):