mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +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:
|
if not code:
|
||||||
return dependencies
|
return dependencies
|
||||||
|
|
||||||
if tags:
|
os.system('clear')
|
||||||
os.system('clear')
|
|
||||||
return tags
|
return tags
|
||||||
|
|
||||||
def creating_main_for_build(self):
|
def creating_main_for_build(self):
|
||||||
|
|
|
@ -70,9 +70,8 @@ class Upgrade:
|
||||||
return packages
|
return packages
|
||||||
|
|
||||||
os.system('clear')
|
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