- Might have broken a tab right before committing

This commit is contained in:
Sol
2013-02-20 04:14:57 +00:00
parent 73cc1df679
commit 8b046fee3d

View File

@@ -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))