Comment 4 for bug 122359

Revision history for this message
joe (joerg-unglaub) wrote :

This patch should solve the Problem

Ok the source should be checked for situations where variables are first assigned in a try: / except: block and the ether that variable is assigned in the except block also or initialized before the try: statement
to prevent more of such errors.