1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
This commit is contained in:
deadc0de6
2020-08-11 18:59:44 +02:00
parent 59ffae089c
commit ba21e499fa

View File

@@ -240,7 +240,6 @@ class Installer:
actionexec = None
else:
if err:
return ret, err
return self._log_install(ret, err)
return self._log_install(installed > 0, None)