mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 14:07:51 +00:00
Fixed pause function
This commit is contained in:
parent
9259de72a8
commit
599ce5a1f6
@ -2,7 +2,7 @@ from time import sleep
|
||||
import subprocess
|
||||
import os
|
||||
|
||||
def pause(my_str):
|
||||
def pause(my_str = "no message."):
|
||||
print("Type exit to continue:" + my_str)
|
||||
os.system("/bin/bash")
|
||||
# input()
|
||||
|
Loading…
Reference in New Issue
Block a user