Skip to content

Commit

Permalink
(rwc2024) Use env python (#165)
Browse files Browse the repository at this point in the history
Use env python
  • Loading branch information
MatthijsBurgh authored Jul 22, 2024
1 parent b5a7037 commit a91ff69
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 a91ff69

Please sign in to comment.