Update main.py

main
Vitor Lopes 5 years ago committed by GitHub
parent 75bba349be
commit 5bb49e252d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -319,7 +319,7 @@ class PMPamac(PackageManager):
# resulting in remaining packages not being installed.
import os
if os.path.exists(lock):
check_target_env_call(["rm", lock)
check_target_env_call(["rm", lock])
def install(self, pkgs, from_local=False):
self.check_db_lock()

Loading…
Cancel
Save