Skip to content

Commit a26ceac

Browse files
committed
Update the crashlog.py shebang to run under Python 3
rdar://78629167
1 parent 76b16fe commit a26ceac

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)