Skip to content

Commit

Permalink
Use env python
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed Jul 19, 2024
1 parent b5a7037 commit 9a45a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/custom_properties/reset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python

import rospy
from ed_msgs.srv import UpdateSrv
Expand Down
2 changes: 1 addition & 1 deletion examples/custom_properties/set_counter.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python

import rospy
from ed_msgs.srv import UpdateSrv
Expand Down

0 comments on commit 9a45a9c

Please sign in to comment.