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
juga
sbws
Commits
c22591e3
Commit
c22591e3
authored
Oct 02, 2018
by
juga
Browse files
Fix typo
parent
0e6aa33c
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/util/fs.py
View file @
c22591e3
...
...
@@ -65,7 +65,7 @@ def sbws_required_disk_space(conf):
space_log_files
=
0
if
conf
.
getboolean
(
'logging'
,
'to_file'
):
size_log_file
=
conf
.
getint
(
'logging'
,
'to_file_max_bytes'
)
num_log_files
=
conf
.
getin
g
(
'logging'
,
'to_file_num_backups'
)
num_log_files
=
conf
.
getin
t
(
'logging'
,
'to_file_num_backups'
)
space_log_files
=
size_log_file
*
num_log_files
text_dict
[
'mb_log'
]
=
space_log_files
# roughly, size of a current tor dir
...
...
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