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 0ac1a5f commit a01a948Copy full SHA for a01a948
robotlab/src/robotlab/launch.py
@@ -24,7 +24,7 @@
24
CMD = [
25
"call python -m robotlab.labapp"
26
] if WIN else [
27
- "pyton -m robotlab.labapp"
+ "python -m robotlab.labapp"
28
]
29
30
0 commit comments