From a91ff69028b7d72637c1347c41ffa23d81201512 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 22 Jul 2024 11:58:34 +0200 Subject: [PATCH] (rwc2024) Use env python (#165) Use env python --- examples/custom_properties/reset.py | 2 +- examples/custom_properties/set_counter.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom_properties/reset.py b/examples/custom_properties/reset.py index 5bbce3c5..9ffdea56 100755 --- a/examples/custom_properties/reset.py +++ b/examples/custom_properties/reset.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python import rospy from ed_msgs.srv import UpdateSrv diff --git a/examples/custom_properties/set_counter.py b/examples/custom_properties/set_counter.py index f01cdb1b..3fe34f95 100755 --- a/examples/custom_properties/set_counter.py +++ b/examples/custom_properties/set_counter.py @@ -1,4 +1,4 @@ -#! /usr/bin/python +#! /usr/bin/env python import rospy from ed_msgs.srv import UpdateSrv