Skip to content

Commit 89f68f3

Browse files
committedFeb 2, 2016
style
1 parent 9ca8b48 commit 89f68f3

File tree

1 file changed

+1
-1
lines changed
  • artiq/compiler/testbench

1 file changed

+1
-1
lines changed
 

‎artiq/compiler/testbench/jit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from ..targets import NativeTarget
66

77
def main():
8-
libartiq_support = os.getenv('LIBARTIQ_SUPPORT')
8+
libartiq_support = os.getenv("LIBARTIQ_SUPPORT")
99
if libartiq_support is not None:
1010
llvm.load_library_permanently(libartiq_support)
1111

0 commit comments

Comments
 (0)
Please sign in to comment.