Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix catkin plugin python calls #230
Conversation
|
I now get
Maybe we can fix that here too |
kyrofa
reviewed
Jan 14, 2016
| + self.assertEqual(f.read(), '#!/usr/bin/env python', | ||
| + 'The shebang was not replaced as expected') | ||
| + | ||
| + # Verify that _setup_util.py had its shebang rewritten correctly |
|
Small comment issue, but otherwise |
|
Alright I'm good merging this as-is, since it fixes an obvious problem. However, I'm also good waiting to see if we can completely fix the bug. |
|
Hey wait... am I missing something? My 10.ros.sh doesn't have a shebang at all. It just directly calls out to /usr/bin/python. Still fixable in a similar manner, but not a shebang. |
|
I'm closing this for now so it doesn't accidentally merge, @kyrofa said he'd take a look. |
sergiusens
closed this
Jan 14, 2016
sergiusens
deleted the
sergiusens:rosrun-fix
branch
Mar 1, 2016
pushed a commit
to smoser/snapcraft
that referenced
this pull request
Sep 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sergiusens commentedJan 14, 2016
10.ros.sh which is sourced with setup.sh has a hardcoded
/usr/bin/python which needs to adapt to use the snaps
python interpreter.
LP: #1533297