Skip to content

Commit 3ef65c1

Browse files
author
David Conner
committed
fix missing python3 in shebang
1 parent 0c449df commit 3ef65c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

flexbe_manipulation_states/flexbe_manipulation_states/srdf_state_to_moveit.py

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

33
# Copyright 2023 Philipp Schillinger, Christopher Newport University
44
#

flexbe_utility_states/flexbe_utility_states/publish_pose_state.py

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

33
# Copyright 2023 Philipp Schillinger, Christopher Newport University
44
#

flexbe_utility_states/flexbe_utility_states/stop_record_logs_state.py

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

33
# Copyright 2023 Philipp Schillinger, Christopher Newport University
44
#

0 commit comments

Comments
 (0)