workaround the mysterious issue with sqlalchemy that returns instances of RegAuthorit...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jun 2015 11:57:41 +0000 (13:57 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jun 2015 11:57:41 +0000 (13:57 +0200)
commit5ce17831ca493a16e2a9c82c219ca5be14af7709
tree860929041194d510e738f7a87e7e34b9a06ddd07
parentcc1a4dcc8ab71ce8cd1a0bed24a9e7256e6e762b
workaround the mysterious issue with sqlalchemy that returns instances of RegAuthority that do not
have their __dict__ in line with the object's contents (specifically missing 'name')
a possibly other instance of that same issue was worked around in Update() using an extra print statement,
which I prefer to leave as is for now as I cannot test that thoroughly, but a similar approach would probably
be a solution in this case as well
sfa/managers/registry_manager.py
sfa/storage/model.py