Fix linter error
This commit is contained in:
parent
f8f6b33cce
commit
b95ebea9ba
@ -1,6 +1,9 @@
|
|||||||
import os
|
import os
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
|
#The API is not snake case which triggers linter errors
|
||||||
|
#pylint: disable=invalid-name
|
||||||
|
|
||||||
# On Windows, we can't rely on RPATH being set to $ORIGIN/lib/ or on
|
# On Windows, we can't rely on RPATH being set to $ORIGIN/lib/ or on
|
||||||
# @loader_path/lib but we can change the PATH to include the proper directory
|
# @loader_path/lib but we can change the PATH to include the proper directory
|
||||||
# for the dynamic linker
|
# for the dynamic linker
|
||||||
|
Loading…
Reference in New Issue
Block a user