From 73f0a375d35b35eb634b4073d02f703e0cf73924 Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Fri, 3 Jan 2025 06:30:31 -0600 Subject: [PATCH] [AMDGPU][Offload] Fix Python interpreter shebang --- zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py b/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py index db20cd6f..deaba92f 100755 --- a/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py +++ b/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 import argparse import os