Remove another unwanted comma from pause action (#79926)

pull/79928/head
Sloane Hertel 1 year ago committed by GitHub
parent 379058e10f
commit ce6e53e1f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -269,7 +269,7 @@ class ActionModule(ActionBase):
except KeyboardInterrupt:
signal.alarm(0)
display.display("Press 'C' to continue the play or 'A' to abort \r"),
display.display("Press 'C' to continue the play or 'A' to abort \r")
if self._c_or_a(stdin):
clear_line(stdout)
break

Loading…
Cancel
Save