use python -W error your_script.py
or PYTHONWARNINGS=error your_script

On 23 Maj, 10:17, Stéphane Klein <steph...@harobed.org> wrote:
> On 23 mai, 10:14, Chris Withers <ch...@simplistix.co.uk> wrote:
>
> > I think you can do this by setting the warning filter to error early in
> > your application:
>
> > import warnings
> > warnings.filterwarnings('error')
>
> Same issue here, I see the "error" but I don't know where is the bad
> assignation.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to