mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-02 07:34:08 +01:00
Stopped clearing conf/
This commit is contained in:
parent
798bac6d3c
commit
4123a9d934
@ -12,7 +12,6 @@ def removeFiles(arg, dirname, names):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
for name in os.listdir('logs'):
|
for name in os.listdir('logs'):
|
||||||
os.remove(os.path.join('logs', name))
|
os.remove(os.path.join('logs', name))
|
||||||
for name in os.listdir('conf'):
|
|
||||||
os.remove(os.path.join('conf', name))
|
|
||||||
os.path.walk(os.curdir, removeFiles, None)
|
os.path.walk(os.curdir, removeFiles, None)
|
||||||
|
|
||||||
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78:
|
||||||
|
Loading…
Reference in New Issue
Block a user