Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
sbourdeauducq committed Feb 2, 2016
1 parent 9ca8b48 commit 89f68f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/testbench/jit.py
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
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)

0 comments on commit 89f68f3

Please sign in to comment.