typo [skip ci]

This commit is contained in:
tooomm 2017-09-08 22:04:12 +02:00 committed by GitHub
parent 30d2ce5d82
commit 2f5ccb4887

View File

@ -168,7 +168,7 @@ if __name__ == '__main__':
if os.path.isfile('out/' + setinfo['code'] + '.xml'):
save_xml(spoilers.pretty_xml('out/' + setinfo['code'] + '.xml'), 'out/' + setinfo['code'] + '.xml')
if noCards != []:
print("Not proccesing set(s) with no cards: {}".format(noCards))
print("Not processing set(s) with no cards: {}".format(noCards))
save_setjson(combinedjson, 'spoiler')
spoilers.write_combined_xml(combinedjson, setinfos)
save_xml(spoilers.pretty_xml('out/spoiler.xml'), 'out/spoiler.xml')