From c3cdce9d02fd86616515047da678cad200f9059d Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 25 Feb 2016 01:22:43 +0800 Subject: [PATCH] style --- artiq/frontend/artiq_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_run.py b/artiq/frontend/artiq_run.py index 5a37e0707..4bb3bda82 100755 --- a/artiq/frontend/artiq_run.py +++ b/artiq/frontend/artiq_run.py @@ -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: