mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Update check for deps before remove
This commit is contained in:
parent
c6e18239d9
commit
0b9bbb9099
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ class PackageManager(object):
|
|||
"| from the removal or hit Enter to continue:")
|
||||
Msg().template(78)
|
||||
try:
|
||||
self.skip = raw_input("| > ").split(",")
|
||||
self.skip = raw_input(" > ").split(",")
|
||||
except KeyboardInterrupt:
|
||||
print("")
|
||||
sys.exit(0)
|
||||
|
@ -214,7 +214,7 @@ class PackageManager(object):
|
|||
view = True
|
||||
package.append(pkg)
|
||||
dependency.append(rmv)
|
||||
else:
|
||||
elif not package and not dependency:
|
||||
mas = False
|
||||
if view:
|
||||
Msg().template(78)
|
||||
|
|
Loading…
Reference in a new issue