[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/master] config.log.ini no longer exists
commit dca6e408fd760b294b2402665e1ffa0eaf1c5122
Author: Matt Traudt <sirmatt@xxxxxxx>
Date: Mon Jun 25 11:10:45 2018 -0400
config.log.ini no longer exists
---
sbws/globals.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sbws/globals.py b/sbws/globals.py
index 3ae7d60..a00cfb1 100644
--- a/sbws/globals.py
+++ b/sbws/globals.py
@@ -35,8 +35,7 @@ def is_initted(d):
if not os.path.isdir(d):
log.debug('%s not initialized: %s doesn\'t exist', d, d)
return False
- conf_fnames = [os.path.join(d, 'config.ini'),
- os.path.join(d, 'config.log.ini')]
+ conf_fnames = [os.path.join(d, 'config.ini')]
for fname in conf_fnames:
if not os.path.isfile(fname):
log.debug('%s not initialized: missing %s', d, fname)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits