Update main.py
This commit is contained in:
parent
75bba349be
commit
5bb49e252d
@ -319,7 +319,7 @@ class PMPamac(PackageManager):
|
|||||||
# resulting in remaining packages not being installed.
|
# resulting in remaining packages not being installed.
|
||||||
import os
|
import os
|
||||||
if os.path.exists(lock):
|
if os.path.exists(lock):
|
||||||
check_target_env_call(["rm", lock)
|
check_target_env_call(["rm", lock])
|
||||||
|
|
||||||
def install(self, pkgs, from_local=False):
|
def install(self, pkgs, from_local=False):
|
||||||
self.check_db_lock()
|
self.check_db_lock()
|
||||||
|
Loading…
Reference in New Issue
Block a user