rearrange stuff

This commit is contained in:
dave 2017-11-09 17:35:50 -08:00
parent ef53d180bc
commit 990ec72261
12 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class CombinedLogfile(object):
if not network: if not network:
network = meta["network"] network = meta["network"]
assert channel == meta["channel"], "Portion does not match first portion's channel" assert channel == meta["channel"], "Portion does not match first portion's channel"
assert network == meta["network"], "Portion does not match first portion's channel" # assert network == meta["network"], "Portion does not match first portion's network"
elif line.startswith(self.ENDPORTIONHEADER.encode("UTF-8")): elif line.startswith(self.ENDPORTIONHEADER.encode("UTF-8")):
assert portion is not None and meta is not None, "Ended portion while not in portion?" assert portion is not None and meta is not None, "Ended portion while not in portion?"