Skip to content

Commit 67120b3

Browse files
[sas_robot_driver_add_new_robot.rst] Display shebang line for Python script so that copying and pasting still works.(#11)
added line 1 to the display for the Python script so it allows for people to directly copy and paste the code without the error that #!/usr/bin/env not present
1 parent e6e1771 commit 67120b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/sas/sas_robot_driver_add_new_robot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ Accessing through Python
405405
.. literalinclude:: ../../../sas_tutorial_workspace/src/sas_robot_driver_myrobot/scripts/joint_interface_example.py
406406
:language: python
407407
:linenos:
408-
:lines: 27-
408+
:lines: 1, 27-
409409

410410

411411

0 commit comments

Comments
 (0)