Skip to content

Commit 57aaa0e

Browse files
committed
Fix typo
1 parent ba892d9 commit 57aaa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

surveyor/podman.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def invokePodmanCommandPoll(command, output):
186186
break
187187
exitcode = p.wait()
188188
if exitcode != 0:
189-
raise RuntimeError(f"{' '.join(command)}", "")
189+
raise PodmanError(f"{' '.join(command)}", "")
190190

191191
def imageExists(name):
192192
"""

0 commit comments

Comments
 (0)