diff --git a/artiq/compiler/testbench/jit.py b/artiq/compiler/testbench/jit.py index a6d5efcf1..9d35a5a93 100644 --- a/artiq/compiler/testbench/jit.py +++ b/artiq/compiler/testbench/jit.py @@ -5,7 +5,7 @@ from ..module import Module, Source from ..targets import NativeTarget def main(): - libartiq_support = os.getenv('LIBARTIQ_SUPPORT') + libartiq_support = os.getenv("LIBARTIQ_SUPPORT") if libartiq_support is not None: llvm.load_library_permanently(libartiq_support)