mirror of https://github.com/m-labs/artiq.git
Unbreak f35f1001
.
This commit is contained in:
parent
44e5d0804e
commit
04e8d379b8
|
@ -751,7 +751,7 @@ class Stitcher:
|
|||
def _function_loc(self, function):
|
||||
if isinstance(function, SpecializedFunction):
|
||||
function = function.host_function
|
||||
if hasattr(function, 'artiq_embedded'):
|
||||
if hasattr(function, 'artiq_embedded') and function.artiq_embedded.function:
|
||||
function = function.artiq_embedded.function
|
||||
|
||||
filename = function.__code__.co_filename
|
||||
|
|
Loading…
Reference in New Issue