Hello all,
When my python script using Elixir exits, it outputs a lot of
warnings. Like:
...
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method InstanceState.__cleanup of
<sqlalchemy.orm.attributes.InstanceState object at 0x870a22c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method InstanceState.__cleanup of
<sqlalchemy.orm.attributes.InstanceState object at 0x86fee6c>> ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method InstanceState.__cleanup of
<sqlalchemy.orm.attributes.InstanceState object at 0x86fedac>> ignored
...
Do you have any idea what can be the reason of this behavior? I cannot
really identify any part of my code that should be responsible for it.
Thanks in advance,
-- Richard
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SQLElixir" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlelixir?hl=en
-~----------~----~----~----~------~----~------~--~---