Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Nov 23, 2023
1 parent ba892d9 commit 57aaa0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surveyor/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
"""
Expand Down

0 comments on commit 57aaa0e

Please sign in to comment.