forked from M-Labs/artiq
style
This commit is contained in:
parent
251aed047f
commit
c3cdce9d02
|
@ -132,7 +132,7 @@ def run(with_file=False):
|
|||
except CompileError as error:
|
||||
return
|
||||
except Exception as exn:
|
||||
if hasattr(exn, 'artiq_core_exception'):
|
||||
if hasattr(exn, "artiq_core_exception"):
|
||||
print(exn.artiq_core_exception, file=sys.stderr)
|
||||
raise exn
|
||||
finally:
|
||||
|
|
Loading…
Reference in New Issue