mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Skip tokens for edition tracking
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user