Remove unwanted comma from pause action (#79908)

pull/79910/head
Matt Clay 1 year ago committed by GitHub
parent 51fadd0aac
commit 9e2aad6e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,7 +181,7 @@ class ActionModule(ActionBase):
# show the timer and control prompts
display.display("Pausing for %d seconds%s" % (seconds, echo_prompt))
display.display("(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)\r"),
display.display("(ctrl+C then 'C' = continue early, ctrl+C then 'A' = abort)\r")
# show the prompt specified in the task
if new_module_args['prompt']:

Loading…
Cancel
Save