From 186aa7fdb7c2793cf2681eb02635f5457b7a33eb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 4 Feb 2015 14:44:39 +0800 Subject: [PATCH] style --- artiq/frontend/artiq_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/frontend/artiq_master.py b/artiq/frontend/artiq_master.py index 804c554d4..c9e7f6f86 100755 --- a/artiq/frontend/artiq_master.py +++ b/artiq/frontend/artiq_master.py @@ -41,7 +41,7 @@ def main(): repository = Repository() explist = FlatFileDB("explist.pyon") - if os.name == 'nt': + if os.name == "nt": loop = asyncio.ProactorEventLoop() asyncio.set_event_loop(loop) else: