Skip to content

Commit 04ba1dd

Browse files
committed
fix ansible-format-automatic-specification following PEP-3101 specs
Signed-off-by: Roberto Alfieri <[email protected]>
1 parent 017d40c commit 04ba1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/modules/podman_prune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def podmanExec(module, target, filters, executable):
173173
changed = True
174174
if rc != 0:
175175
module.fail_json(
176-
msg="Error executing prune on {0}: {1}".format(target, err))
176+
msg="Error executing prune on {target}: {err}".format(target=target, err=err))
177177
return changed, out, err
178178

179179

0 commit comments

Comments
 (0)