Line exempt E0602

It's not an undefined var it's the Base class for I/O related errors.
False positive.
This commit is contained in:
Zedifus 2022-06-15 04:44:19 +01:00
parent 5f8dbd4dc7
commit 0f82ba3084

View File

@ -130,7 +130,7 @@ class Helpers:
] ]
) )
return kjdk_current_values["JavaHome"] return kjdk_current_values["JavaHome"]
except WindowsError as e: except WindowsError as e: # pylint: disable=E0602
if e.errno == 2: if e.errno == 2:
continue continue
raise raise