forked from M-Labs/artiq
Commit missing parts of 4fb1de33
.
This commit is contained in:
parent
4fcd6abc5e
commit
afee03b89c
|
@ -56,7 +56,7 @@ class Core:
|
||||||
self.core = self
|
self.core = self
|
||||||
self.comm.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:
|
try:
|
||||||
engine = diagnostic.Engine(all_errors_are_fatal=True)
|
engine = diagnostic.Engine(all_errors_are_fatal=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue