HMS Surprise schrieb:

> 
> #~~~~~~~~~~~~~~~~~~~~~~
> createdIncidentId = 0
> .
> .
> .
> #attempt to change varialbe
> createdIncidentID = 1
> .
> .
> .
> if createdIncidentId == 1:
>    ...
> 

test.py is your code above

$ pychecker -v test.py
Processing test...

Warnings...

test.py:7: Variable (createdIncidentID) not used


Gregor
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to