mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-04 08:46:17 +01:00
BugFixed command
This commit is contained in:
parent
3f3b69f2d6
commit
83c99d50d0
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ class ArgParse(BlackList):
|
||||||
]
|
]
|
||||||
conf = Config()
|
conf = Config()
|
||||||
if (len(self.args) == 2 and self.args[0] in options
|
if (len(self.args) == 2 and self.args[0] in options
|
||||||
and self.args[1] in options):
|
and self.args[1] in command):
|
||||||
|
|
||||||
if self.args[1] == command[0]:
|
if self.args[1] == command[0]:
|
||||||
conf.view()
|
conf.view()
|
||||||
|
|
Loading…
Add table
Reference in a new issue