Skip to content

Commit

Permalink
tools/stack_decode.py: Use 'python2' instead of 'python'
Browse files Browse the repository at this point in the history
Since the script does not work with python3.

Signed-off-by: Luke Shumaker <lukeshu@datawire.io>
  • Loading branch information
LukeShu committed Aug 26, 2019
1 parent 4d78ff5 commit 2e44526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/stack_decode.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2

# Call addr2line as needed to resolve addresses in a stack trace. The addresses
# will be replaced if they can be resolved into file and line numbers. The
Expand Down

0 comments on commit 2e44526

Please sign in to comment.