mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Skip tokens for edition tracking
This commit is contained in:
@@ -42,6 +42,10 @@ def initializeEditions():
|
|||||||
settype = line.split("=")[1].rstrip()
|
settype = line.split("=")[1].rstrip()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
|
if line.startswith("[tokens]"):
|
||||||
|
metadata = True
|
||||||
|
continue
|
||||||
|
|
||||||
if line:
|
if line:
|
||||||
hasSetNumbers = line.split(" ", 1)[0].isdigit()
|
hasSetNumbers = line.split(" ", 1)[0].isdigit()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user