From f4acf04405c69376e34e04b444b7be82ea0cf265 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 16 Nov 2021 18:32:14 +0800 Subject: [PATCH] coredevice: fix run method --- artiq/coredevice/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index 97cd9ed59..966838572 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -84,7 +84,6 @@ class Core: self.comm.load(kernel_library) self.comm.run() self.comm.serve(None, None, None) - return result @portable def seconds_to_mu(self, seconds: float) -> int64: