Skip to content

Commit 068b2ef

Browse files
authored
[AMDGPU][Offload] Fix Python interpreter shebang (#348)
1 parent ce5d0e4 commit 068b2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py

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

33
import argparse
44
import os

0 commit comments

Comments
 (0)