mirror of
https://github.com/nasa/trick.git
synced 2025-03-10 22:44:25 +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 subprocess
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def pause(my_str):
|
def pause(my_str = "no message."):
|
||||||
print("Type exit to continue:" + my_str)
|
print("Type exit to continue:" + my_str)
|
||||||
os.system("/bin/bash")
|
os.system("/bin/bash")
|
||||||
# input()
|
# input()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user