Skip to content
Snippets Groups Projects
Commit 21815571 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Changed CWB event file parser for Marco.

parent 81b25582
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,9 @@ class CwbData(Translator):
# scan down for FAR
next_line_is_far = False
for line in datafile:
if line.startswith("#significance based on the last 24*6"):
# Change for Marco Drago, 11/20/14
#if line.startswith("#significance based on the last 24*6"):
if line.startswith("#significance based on the last day"):
next_line_is_far = True
break
if next_line_is_far:
......
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