[minor] improved text output if wf data cannot be read
This commit is contained in:
parent
e05909b188
commit
b0ad99eced
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user