[revision] cleaned up unclean code: tabs -> spaces

This commit is contained in:
2021-03-30 16:39:44 +02:00
parent f11ffc67ff
commit 07e7ef3efa
4 changed files with 19 additions and 19 deletions

View File

@@ -275,7 +275,7 @@ class Data(object):
# check for already existing xml-file
if fnext == '.xml':
if os.path.isfile(fnout + fnext):
print("xml-file already exists! Check content ...")
print("xml-file already exists! Check content ...")
cat = read_events(fnout + fnext)
if len(cat) > 1:
raise IOError('Ambigious event information in file {}'.format(fnout + fnext))
@@ -287,7 +287,7 @@ class Data(object):
return
self.checkEvent(event, fcheck)
self.setEvtData(event)
self.get_evt_data().write(fnout + fnext, format=evtformat)
# try exporting event