mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated code
This commit is contained in:
parent
e4596a27ff
commit
1da1761541
2 changed files with 6 additions and 7 deletions
|
@ -94,8 +94,8 @@ class Slackbuilds:
|
|||
if not code:
|
||||
return dependencies
|
||||
|
||||
if tags:
|
||||
os.system('clear')
|
||||
os.system('clear')
|
||||
|
||||
return tags
|
||||
|
||||
def creating_main_for_build(self):
|
||||
|
|
|
@ -70,9 +70,8 @@ class Upgrade:
|
|||
return packages
|
||||
|
||||
os.system('clear')
|
||||
if code == 'ok':
|
||||
if not tags:
|
||||
raise SystemExit()
|
||||
return tags
|
||||
|
||||
raise SystemExit()
|
||||
if not tags:
|
||||
raise SystemExit()
|
||||
|
||||
return tags
|
||||
|
|
Loading…
Add table
Reference in a new issue