Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67804e9

Browse files
committed
Issue #17801: fix shebang line of gprof2html.py
1 parent 1f7492c commit 67804e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/scripts/gprof2html.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python32.3
1+
#! /usr/bin/env python3
22

33
"""Transform gprof(1) output into useful HTML."""
44

0 commit comments

Comments
 (0)