Skip to content
Snippets Groups Projects
Commit 260846ce authored by Erik Reid's avatar Erik Reid
Browse files

added missing yield to generator

parent 13710aaa
No related branches found
No related tags found
No related merge requests found
......@@ -1019,6 +1019,7 @@ def gws_direct():
}
if 'info' in ifc:
ifc_data['info'] = ifc['info']
yield ifc_data
result = json.dumps(list(_interfaces()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment