Skip to content
Snippets Groups Projects
Commit ad2adf47 authored by Brian Moe's avatar Brian Moe
Browse files

Typo. CWB log file now produced.

parent 58646979
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ class Translator(object):
def logData(self):
data = self.getData()
logdata = []
logdata.append("Event Type: %s", self.event_type)
logdata.append("Event Type: %s" % self.event_type)
logdata.append("Time: %s" % data.get('gpstime', '---'))
logdata.append("Duration: %s" % data['rawdata'].get('duration',["---"])[0])
logdata.append("Frequency: %s" % data['rawdata'].get('frequency',["---"])[0])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment