global-variable-not-assigned / W0602#

Message emitted:

Using global for %r but no assignment is done

Description:

Used when a variable is defined through the "global" statement but no assignment to this variable is done.

Correct code:

# This is a placeholder for correct code for this message.

Additional details:

You can help us make the doc better by contributing !

Created by the variables checker.