зеркало из https://github.com/microsoft/iqsharp.git
Handle another failure mode of as_qir
This commit is contained in:
Родитель
efed70bb1b
Коммит
089f8a2d4f
|
@ -144,7 +144,7 @@ class QSharpCallable(object):
|
|||
"""
|
||||
data = qsharp.client.compile_to_qir(self,
|
||||
**kwargs)
|
||||
if "Text" in data:
|
||||
if data and ("Text" in data):
|
||||
return data['Text']
|
||||
raise IQSharpError([f'Error in generating QIR. {data}'])
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче