mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Made test-conf if it doesn't exist.
This commit is contained in:
parent
393dbf47a7
commit
23c2640a87
@ -34,6 +34,9 @@ import os
|
||||
import supybot
|
||||
import logging
|
||||
|
||||
if not os.path.exists('test-conf'):
|
||||
os.mkdir('test-conf')
|
||||
|
||||
registryFilename = os.path.join('test-conf', 'test.conf')
|
||||
fd = file(registryFilename, 'w')
|
||||
fd.write("""
|
||||
|
Loading…
Reference in New Issue
Block a user