Skip to content

Commit 39cfac1

Browse files
authored
Merge pull request #3015 from JDevlieghere/rdar78629167
Update the crashlog.py shebang to run under Python 3
2 parents 383ebe9 + a26ceac commit 39cfac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/examples/python/crashlog.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/python3
22

33
#----------------------------------------------------------------------
44
# Be sure to add the python path that points to the LLDB shared library.

0 commit comments

Comments
 (0)