misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
Simone Margaritelli 2019-10-20 21:20:55 +02:00
parent 0263777e4b
commit 375486f9d0
No known key found for this signature in database
GPG Key ID: 82E42E7F3B34C97E

View File

@ -118,7 +118,7 @@ def install(display, update):
download_and_unzip(name, path, display, update)
source_path = os.path.join(path, name)
if not verify(name, path, source_path, update):
if not verify(name, path, source_path, display, update):
return False
logging.info("[update] installing %s ..." % name)