Let's try again - #16
Conversation
Merge branch 'master' of https://github.com/relacs/pyrelacs
|
I tried to fix some issue, but this git is a quagmire, really ;) |
| within_data_block = False | ||
| if verbose: print("DATA END", line[:20], line_no) | ||
| elif within_meta_block: | ||
| if within_meta_block: |
There was a problem hiding this comment.
Trying understand the logic. Why replace it with if here?
There was a problem hiding this comment.
argh...
man, another of those. I reverted few changes, but this one is one that
I did not.
Keep the original, the whole def parse_structure as it is.
Sorry Fabian.
On 11.03.16 15:59, Fabian Sinz wrote:
In pyrelacs/DataClasses/RelacsFile.py
#16 (comment):@@ -138,11 +137,11 @@ def parse_structure(filename, verbose=False):
structure.append(FileRange(start, line_no, 'data'))
within_data_block = False
if verbose: print("DATA END", line[:20], line_no)
elif within_meta_block:if within_meta_block:Trying understand the logic. Why replace it with |if| here?
—
Reply to this email directly or view it on GitHub
https://github.com/relacs/pyrelacs/pull/16/files#r55839297.
No description provided.