[tor-commits] [sbws/master] config.log.ini no longer exists
pastly at torproject.org
pastly at torproject.org
Wed Jul 11 15:05:40 UTC 2018
commit dca6e408fd760b294b2402665e1ffa0eaf1c5122
Author: Matt Traudt <sirmatt at ksu.edu>
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)
More information about the tor-commits
mailing list