mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed PEP8: E202
This commit is contained in:
parent
f93aa83ced
commit
5a9e1ad634
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class Argparse:
|
|||
raise SystemExit()
|
||||
|
||||
install = Slackbuilds(packages, self.flags,
|
||||
mode=Argparse.upgrade.__name__ )
|
||||
mode=Argparse.upgrade.__name__)
|
||||
install.execute()
|
||||
raise SystemExit()
|
||||
self.usage.help(1)
|
||||
|
|
Loading…
Reference in a new issue