diff --git a/surveyor/podman.py b/surveyor/podman.py index d4e07ca..0cab7e8 100644 --- a/surveyor/podman.py +++ b/surveyor/podman.py @@ -186,7 +186,7 @@ def invokePodmanCommandPoll(command, output): break exitcode = p.wait() if exitcode != 0: - raise RuntimeError(f"{' '.join(command)}", "") + raise PodmanError(f"{' '.join(command)}", "") def imageExists(name): """