Skip tokens for edition tracking

This commit is contained in:
tehdiplomat
2018-09-20 22:49:30 -04:00
parent deff49452c
commit 1dcf66175b

View File

@@ -42,6 +42,10 @@ def initializeEditions():
settype = line.split("=")[1].rstrip()
else:
if line.startswith("[tokens]"):
metadata = True
continue
if line:
hasSetNumbers = line.split(" ", 1)[0].isdigit()