mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
7 lines
574 B
Plaintext
7 lines
574 B
Plaintext
| UndefinedGlobal.py:22:5:22:7 | ug2 | This use of global variable 'ug2' may be undefined. |
|
|
| UndefinedGlobal.py:23:5:23:5 | e | This use of global variable 'e' may be undefined. |
|
|
| UndefinedGlobal.py:27:5:27:12 | __path__ | This use of global variable '__path__' may be undefined. |
|
|
| UndefinedGlobal.py:123:5:123:7 | ug3 | This use of global variable 'ug3' may be undefined. |
|
|
| UninitializedLocal.py:5:13:5:15 | ug1 | This use of global variable 'ug1' may be undefined. |
|
|
| UninitializedLocal.py:22:9:22:11 | ug1 | This use of global variable 'ug1' may be undefined. |
|