pep8
This commit is contained in:
parent
cca6693b2e
commit
acf94abe26
2 changed files with 5 additions and 4 deletions
|
|
@ -164,7 +164,7 @@ def commandline():
|
|||
|
||||
# Install
|
||||
parser['install'] = parser['sub'].add_parser('install', add_help=False,
|
||||
parents=[parser['config']])
|
||||
parents=[parser['config']])
|
||||
parser['install'].set_defaults(func=cdist.install.Install.commandline)
|
||||
|
||||
for p in parser:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue