mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 18:16:12 +01:00
Fixed ocaml generator
This commit is contained in:
parent
ba190353e8
commit
d76f3683e1
@ -463,7 +463,7 @@ def create_ocaml_input(dict_ezfio_cfg):
|
||||
l_doc = []
|
||||
|
||||
for k, v in dict_ezfio_cfg.iteritems():
|
||||
if v['interface'] == "output":
|
||||
if v['interface'] == "input":
|
||||
l_provider.append(k)
|
||||
l_type.append(v["type"])
|
||||
l_doc.append(v["doc"])
|
||||
|
Loading…
Reference in New Issue
Block a user