mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
- Might have broken a tab right before committing
This commit is contained in:
@@ -63,7 +63,7 @@ def printDistinctOracle(missingSet, fileName):
|
|||||||
with open(filePath, "w") as outfile:
|
with open(filePath, "w") as outfile:
|
||||||
for s in missing:
|
for s in missing:
|
||||||
if s:
|
if s:
|
||||||
oracle = mtgOracleCards.get(s, "")
|
oracle = mtgOracleCards.get(s, "")
|
||||||
outfile.write("%s\n%s\n" % (s, oracle))
|
outfile.write("%s\n%s\n" % (s, oracle))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user