More pre-commit

This commit is contained in:
Twangboy 2023-02-09 10:25:45 -07:00 committed by Pedro Algarvio
parent 35428f77ad
commit 0f3822706a

View file

@ -770,7 +770,15 @@ class SaltPkgInstall:
self._check_retcode(ret)
elif pkg.endswith("msi"):
ret = self.proc.run(
"cmd", "/c", "msiexec.exe", "/qn", "/x", pkg, "&&", "exit", "ERRORLEVEL"
"cmd",
"/c",
"msiexec.exe",
"/qn",
"/x",
pkg,
"&&",
"exit",
"ERRORLEVEL",
)
# self._check_retcode(ret)
if platform.is_darwin():