mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Fix bad indentation
This commit is contained in:
parent
261267dfb3
commit
3508b6fd08
1 changed files with 4 additions and 4 deletions
|
@ -258,10 +258,10 @@ class ArgParse(object):
|
||||||
if (len(self.args) >= 1 and len(self.args) <= 5 and
|
if (len(self.args) >= 1 and len(self.args) <= 5 and
|
||||||
self.args[0] in options and
|
self.args[0] in options and
|
||||||
self.args[1] in self.meta.repositories):
|
self.args[1] in self.meta.repositories):
|
||||||
PackageManager(binary=None).package_list(self.args[1],
|
PackageManager(binary=None).package_list(self.args[1],
|
||||||
name,
|
name,
|
||||||
INDEX,
|
INDEX,
|
||||||
installed)
|
installed)
|
||||||
else:
|
else:
|
||||||
usage("")
|
usage("")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue