mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
- EditionTracking can handle cards with or without a collector number when tabulating
This commit is contained in:
@@ -43,7 +43,6 @@ def initializeEditions():
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
if line:
|
if line:
|
||||||
if hasSetNumbers is None:
|
|
||||||
hasSetNumbers = line.split(" ", 1)[0].isdigit()
|
hasSetNumbers = line.split(" ", 1)[0].isdigit()
|
||||||
|
|
||||||
card = line.split(" ", 2 if hasSetNumbers else 1)[-1].rstrip()
|
card = line.split(" ", 2 if hasSetNumbers else 1)[-1].rstrip()
|
||||||
|
|||||||
Reference in New Issue
Block a user