Skip to content

Commit 914f515

Browse files
authored
Be explicit about python3, some systems don't have a 'python' binary (#1432)
1 parent dae69da commit 914f515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lading/src/observer/linux/utils/tests/create_process_tree.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/env python3
22
# -*- coding: utf-8 -*-
33

44
"""

0 commit comments

Comments
 (0)