nothing changed
This commit is contained in:
parent
cdd24e23fb
commit
1b86d3bfa4
@ -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):
|
||||||
|
Loading…
Reference in New Issue
Block a user