add a useless print statement to work around a weird issue we have with sqlalchemy...
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jun 2015 07:14:28 +0000 (09:14 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jun 2015 07:14:28 +0000 (09:14 +0200)
commit597e216fce70183af63c50b99db2065cfa6e5e2d
tree246265773939c2aed48e78e074aa1287f5bdbf77
parentff0fa25ca4bf7483fe90bd281c917fac1bdad3df
add a useless print statement to work around a weird issue we have with sqlalchemy objects and their __dict__ value being wrong
this is the second occurrence of that issue and a better solution is clearly needed
in the mix, record.todict() now expects a tuple of types to exclude; this way we can use isinstance natively
sfa/managers/registry_manager.py
sfa/storage/record.py