Update main.py

This commit is contained in:
Vitor Lopes 2020-06-21 18:28:17 +01:00 committed by GitHub
parent 75bba349be
commit 5bb49e252d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()