mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-01 07:57:26 +01:00
Fixed checked checklist option
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c365beef5c
commit
c418049790
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ class ArgParse(object):
|
|||
def command_repo_enable(self):
|
||||
"""Repositories enable/disable
|
||||
"""
|
||||
self.if_checklist()
|
||||
if len(self.args) == 1 and self.args[0] == "repo-enable":
|
||||
RepoEnable().choose()
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue