We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dabbf5e + 29f0f29 commit 5ebf217Copy full SHA for 5ebf217
src/pybind/mgr/dashboard/.pylintrc
@@ -16,7 +16,7 @@ ignore-patterns=
16
17
# Python code to execute, usually for sys.path manipulation such as
18
# pygtk.require().
19
-init-hook='import sys; sys.path.append("./")'
+init-hook='import sys; sys.path.append("./"); sys.path.append("../../../python-common")'
20
21
# Use multiple processes to speed up Pylint.
22
jobs=1
0 commit comments