Fix linter error

This commit is contained in:
Reuben Morais 2019-09-09 12:21:55 +02:00
parent f8f6b33cce
commit b95ebea9ba

View File

@ -1,6 +1,9 @@
import os
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
# @loader_path/lib but we can change the PATH to include the proper directory
# for the dynamic linker