Skip to content

Commit 5ebf217

Browse files
authored
Merge pull request ceph#63180 from afreen23/fix-tox
mgr/dashboard: fix make check tests
2 parents dabbf5e + 29f0f29 commit 5ebf217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/dashboard/.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ignore-patterns=
1616

1717
# Python code to execute, usually for sys.path manipulation such as
1818
# pygtk.require().
19-
init-hook='import sys; sys.path.append("./")'
19+
init-hook='import sys; sys.path.append("./"); sys.path.append("../../../python-common")'
2020

2121
# Use multiple processes to speed up Pylint.
2222
jobs=1

0 commit comments

Comments
 (0)