From afee03b89c5a475a166e375119877f651af97fa5 Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 19 Dec 2015 06:41:32 +0800 Subject: [PATCH] Commit missing parts of 4fb1de33. --- artiq/coredevice/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/coredevice/core.py b/artiq/coredevice/core.py index c444577c5..b9f6e11c9 100644 --- a/artiq/coredevice/core.py +++ b/artiq/coredevice/core.py @@ -56,7 +56,7 @@ class Core: self.core = self self.comm.core = self - def compile(self, function, args, kwargs, set_result, with_attr_writeback=True): + def compile(self, function, args, kwargs, set_result=None, with_attr_writeback=True): try: engine = diagnostic.Engine(all_errors_are_fatal=True)