mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
- EditionTracking can handle cards with or without a collector number when tabulating
This commit is contained in:
@@ -43,8 +43,7 @@ def initializeEditions():
|
||||
|
||||
else:
|
||||
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()
|
||||
if card not in mtgDataCards:
|
||||
|
||||
Reference in New Issue
Block a user