Fixed checked checklist option

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-01-15 21:44:07 +01:00
parent c365beef5c
commit c418049790

View file

@ -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: