Skip to content

Commit

Permalink
Fix typo in launch.py (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre authored and bollwyvl committed Jan 14, 2019
1 parent 0ac1a5f commit a01a948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotlab/src/robotlab/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
CMD = [
"call python -m robotlab.labapp"
] if WIN else [
"pyton -m robotlab.labapp"
"python -m robotlab.labapp"
]


Expand Down

0 comments on commit a01a948

Please sign in to comment.