Skip to content

Commit

Permalink
Update fimapi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrik committed Oct 2, 2019
1 parent 4918722 commit 8c81b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/python/api/fog05/fimapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def list(self, node_uuid='*'):
:param node_uuid: optional node uuid
:return: dictionary {node uuid: {entity uuid: instance list} list}
'''
[FDU(x) for x in self.connector.glob.actual.get_catalog_all_fdus(self.sysid, self.tenantid)]
return self.connector.glob.actual.get_catalog_all_fdus(self.sysid, self.tenantid)


class Image(object):
Expand Down

0 comments on commit 8c81b93

Please sign in to comment.