Skip to content

Commit facc0cf

Browse files
sjpbelelaysh
andauthored
Remove unneeded f-string
Co-authored-by: Eric Le Lay <[email protected]>
1 parent 46cf968 commit facc0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/ansible-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if __name__ == "__main__":
4444
try:
4545
output = subprocess.check_output(ansible_cmd, text=True)
4646
except (subprocess.CalledProcessError):
47-
msg = (f"[ERROR]: Is {pattern} missing from the inventory?")
47+
msg = ("[ERROR]: ansible exited in error")
4848
print(msg, file=sys.stderr)
4949
sys.exit(-1)
5050
# output looks like e.g.

0 commit comments

Comments
 (0)