mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix message Done
This commit is contained in:
parent
aab09a330f
commit
2293ad695d
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class SBoNetwork(object):
|
|||
self.sbo_dwn = SBoLink(self.sbo_url).tar_gz()
|
||||
self.sbo_version = grep.version()
|
||||
self.dwn_srcs = self.sbo_dwn.split() + self.source_dwn
|
||||
if "--checklist" not in self.flag or not self.sbo_url:
|
||||
if "--checklist" not in self.flag or not self.sbo_url and self.name:
|
||||
self.msg.done()
|
||||
|
||||
def view(self):
|
||||
|
|
Loading…
Reference in a new issue