From 89f68f34706d0922f774c8495f8287de5f741942 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 2 Feb 2016 21:57:25 +0100 Subject: [PATCH] style --- artiq/compiler/testbench/jit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)