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
5f88bfde
Commit
5f88bfde
authored
Apr 05, 2018
by
Matt Traudt
Browse files
Don't need to assign to a variable
parent
8d3617c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sbws/commands/init.py
View file @
5f88bfde
...
...
@@ -9,8 +9,8 @@ def gen_parser(sub):
d
=
'Initialize a directory so sbws can use it for configuration, '
\
'data storage, etc. A common default directory is ~/.sbws but check '
\
'the output of sbws -h to verify.'
p
=
sub
.
add_parser
(
'init'
,
formatter_class
=
ArgumentDefaultsHelpFormatter
,
description
=
d
)
sub
.
add_parser
(
'init'
,
formatter_class
=
ArgumentDefaultsHelpFormatter
,
description
=
d
)
def
main
(
args
,
conf
,
log_
):
...
...
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