We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35fae81 commit 9e92f89Copy full SHA for 9e92f89
src/instrumentman/geocomtest/app.py
@@ -1,6 +1,6 @@
1
from click_extra import (
2
echo,
3
- prompt
+ pause
4
)
5
from serial import SerialException
6
from geocompy.data import Angle
@@ -25,7 +25,7 @@ def tests(tps: GeoCom) -> None:
25
"The program will attempt to use motorized functions. Give "
26
"appropriate clearance for the instrument!"
27
28
- prompt("Press ENTER when ready to proceed...")
+ pause("Press any key when ready to proceed...")
29
30
echo("(Switching ATR off...)")
31
tps.aut.switch_atr(False)
0 commit comments