mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +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:
|
||||
for s in missing:
|
||||
if s:
|
||||
oracle = mtgOracleCards.get(s, "")
|
||||
oracle = mtgOracleCards.get(s, "")
|
||||
outfile.write("%s\n%s\n" % (s, oracle))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user