[halfapi] fix typo

This commit is contained in:
Maxime Alves LIRMM@home 2021-12-01 12:21:26 +01:00
parent 1ec244b60f
commit 429a90d786
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class HalfAPI:
self.schema['domain'] = {
'name': domain,
'version': getattr(m_domain, '__version__', ''),
'patch_release': getattr(m_domain, '__path_release__', ''),
'patch_release': getattr(m_domain, '__patch_release__', ''),
'acls': tuple(getattr(m_domain_acl, 'ACLS', ()))
}