pywbem icon indicating copy to clipboard operation
pywbem copied to clipboard

Fix a number of cases of new pylint test failure.

Open KSchopmeyer opened this issue 9 months ago • 0 comments

Fix several cases where pylint reports possibly-used-before-assignment because a variable was not defined in all if/else if statements but used after the if ... sequnce.

Marked as rollback needed since this will appear in pylint run against earlier tag

KSchopmeyer avatar May 21 '24 01:05 KSchopmeyer