Skip to content
Snippets Groups Projects
Commit e62a0354 authored by juga's avatar juga
Browse files

ops, fix indentation

parent 8fd2d739
Branches
Tags
No related merge requests found
......@@ -124,7 +124,7 @@ class V3BWHeader(object):
for l in lines[:index_terminator]
if l.split(KEYVALUE_SEP_V110)[0] in ALL_KEYVALUES])
h = cls(ts, **kwargs)
# last line is new line
# last line is new line
return h, lines[index_terminator + 1:-1]
@classmethod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment