nothing changed

This commit is contained in:
Sebastian Wehling-Benatelli 2015-02-13 11:32:00 +01:00
parent cdd24e23fb
commit 1b86d3bfa4

View File

@ -100,7 +100,7 @@ class Data(object):
try: try:
cat.write(fnout + evtformat.lower(), format=evtformat) cat.write(fnout + evtformat.lower(), format=evtformat)
except KeyError, e: except KeyError, e:
raise KeyError('''{0} export format raise KeyError('''{0} export format
not implemented: {1}'''.format(evtformat, e)) not implemented: {1}'''.format(evtformat, e))
def plotData(self, widget): def plotData(self, widget):