mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
*Removed annoying "Press Enter to exit" from PerSetTracking script.
This commit is contained in:
@@ -124,5 +124,3 @@ with open(sys.path[0] + os.sep + "PerSetTrackingResults" + os.sep + "CompleteSta
|
|||||||
statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal))
|
statsfile.write("Total over all sets: " + str(totalImplemented) + " (" + str(totalMissing) + ") / " + str(fullTotal))
|
||||||
|
|
||||||
print "Done!"
|
print "Done!"
|
||||||
print "Press Enter to exit."
|
|
||||||
raw_input("")
|
|
||||||
|
|||||||
Reference in New Issue
Block a user