Skip to content

Commit d3be799

Browse files
Correct shebang (#5240)
Signed-off-by: Nils-Christian Iseke <nilsmailiseke@gmail.com>
1 parent 7c38a44 commit d3be799

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/ros_checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
from sphinxlint.checkers import checker
33
import subprocess
44
import yaml

source/Tutorials/Advanced/Discovery-Server/scripts/discovery_packets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3 discovery_server
1+
#!/usr/bin/env python3 discovery_server
22

33
"""Script to count number of rtps packages in a tcpdump capture."""
44
import os

sphinx-lint-with-ros

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22

33
import plugins.ros_checkers
44
import sys

0 commit comments

Comments
 (0)