mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- A few more fixes for the SetInfo Script.
This commit is contained in:
@@ -146,7 +146,10 @@ def addSets(card):
|
|||||||
print card.name
|
print card.name
|
||||||
|
|
||||||
for edition in allSets.keys():
|
for edition in allSets.keys():
|
||||||
edIndex = block.find(edition+'<')
|
edIndex = block.find('>'+edition+'<') # Portal/Mirrodin issue
|
||||||
|
|
||||||
|
if edIndex == -1:
|
||||||
|
edIndex = block.find('>'+edition+' (') # Single set issue
|
||||||
if edIndex == -1:
|
if edIndex == -1:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user