mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 02:24:12 +01:00
Ugh, Windows.
This commit is contained in:
parent
0c303de664
commit
6bbbededdc
@ -285,8 +285,10 @@ if __name__ == '__main__':
|
||||
if not os.path.exists(conf.logDir):
|
||||
os.mkdir(conf.logDir)
|
||||
|
||||
debug._close()
|
||||
for filename in os.listdir(conf.logDir):
|
||||
os.remove(os.path.join(conf.logDir, filename))
|
||||
debug._open()
|
||||
|
||||
world.testing = True
|
||||
if len(sys.argv) > 1:
|
||||
|
Loading…
Reference in New Issue
Block a user