offline-minecraft-launcher/oml/stages/cleanup.py

3 lines
102 B
Python
Raw Normal View History

global tmpFile
tmpFile = p(lv["gamePath"],"file.tmp")
if os.path.isfile(tmpFile): os.remove(tmpFile)