mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-22 19:27:56 +01:00
Fixed comments
This commit is contained in:
parent
e8dbcd5a6d
commit
830c525d2b
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ class RepoInfo(Utils):
|
||||||
del RepoList().all_repos
|
del RepoList().all_repos
|
||||||
|
|
||||||
def view(self, repo):
|
def view(self, repo):
|
||||||
"""
|
"""Views repository information
|
||||||
Views repository information
|
|
||||||
"""
|
"""
|
||||||
status = f"{self.red}disabled{self.endc}"
|
status = f"{self.red}disabled{self.endc}"
|
||||||
self.form["Status:"] = status
|
self.form["Status:"] = status
|
||||||
|
|
Loading…
Reference in a new issue