Closed janzarsky closed 5 years ago
Previously, when using the '-i' option, calling podman or docker could result in FileNotFoundError which was not caught. Fix this by catching FileNotFoundError. Also do not use shutil.which, simply call docker or podman and check return code.
LGTM.
Thanks, Lukas.
Previously, when using the '-i' option, calling podman or docker could result in FileNotFoundError which was not caught. Fix this by catching FileNotFoundError. Also do not use shutil.which, simply call docker or podman and check return code.