Skip to content

Commit

Permalink
Fixed for cases of non-standard python install
Browse files Browse the repository at this point in the history
This fixes an issue where for instance on mac where homebrewed python installs would result in a segmentation fault since it was using the system version of python with homebrewed extensions
  • Loading branch information
Steve Nogar committed Sep 25, 2017
1 parent d95f9aa commit cf8bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2_tools/scripts/view_frames.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
# Copyright (c) 2008, Willow Garage, Inc.
# All rights reserved.
#
Expand Down

0 comments on commit cf8bbc7

Please sign in to comment.