Skip to content

Commit 6eff6ef

Browse files
author
David Conner
committed
fix missing python3 in shebang
1 parent 8c9196e commit 6eff6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flexbe_core/flexbe_core/core/user_data.py

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

33
# Copyright 2024 Philipp Schillinger, Team ViGIR, Christopher Newport University
44
#

flexbe_input/flexbe_input/complex_action_server.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 (c) 2009, Willow Garage, Inc.
44
# All rights reserved.

0 commit comments

Comments
 (0)