mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 03:08:27 +08:00
style
This commit is contained in:
parent
fc92a66e51
commit
186aa7fdb7
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user