mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
EditionTracking
This commit is contained in:
@@ -43,10 +43,11 @@ def initializeEditions():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
if line.startswith("[tokens]"):
|
if line.startswith("[tokens]"):
|
||||||
|
# Hopefully tokens are last in the print sheet ordering
|
||||||
metadata = True
|
metadata = True
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if line.startswith("#"):
|
if line.startswith("#") or line.startswith("["):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if line:
|
if line:
|
||||||
|
|||||||
Reference in New Issue
Block a user