Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
dca6e408
Commit
dca6e408
authored
Jun 25, 2018
by
Matt Traudt
Committed by
juga
Jul 05, 2018
Browse files
config.log.ini no longer exists
parent
10c7b9e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/globals.py
View file @
dca6e408
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment