mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
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:
parent
5f8dbd4dc7
commit
0f82ba3084
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user