Skip to content

Commit 29f0f29

Browse files
committed
mgr/dashboard: fix make check tests
Fixes https://tracker.ceph.com/issues/71246 Pr are failing with errors import errors running pylint Signed-off-by: Afreen Misbah <[email protected]>
1 parent 9238442 commit 29f0f29

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)