freeipa/ipatests/test_cmdline
Stanislav Levin 0e03315299 pylint: Fix used-before-assignment
> Emitted when a local variable is accessed before its assignment took
place. Assignments in try blocks are assumed not to have occurred when
evaluating associated except/finally blocks. Assignments in except
blocks are assumed not to have occurred when evaluating statements
outside the block, except when the associated try block contains a
return statement.

Fixes: https://pagure.io/freeipa/issue/9278
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Stanislav Levin <slev@altlinux.org>
2023-01-10 08:30:58 +01:00
..
__init__.py pytest 3.x compatibility 2017-03-27 18:03:14 +02:00
cmdline.py pylint: replace deprecated distutils module 2023-01-10 08:30:58 +01:00
test_cli.py pytest: Migrate unittest/nose to Pytest fixtures 2020-02-12 18:08:32 +02:00
test_console.py Make tab completion in console more useful 2020-07-07 12:36:10 +02:00
test_help.py Address inconsistent-return-statements 2018-11-13 13:37:58 +01:00
test_ipagetkeytab.py pylint: Fix used-before-assignment 2023-01-10 08:30:58 +01:00
test_schema.py Make the schema cache TTL user-configurable 2021-11-03 10:59:10 +01:00