Skip to content

Commit 5e0d0a6

Browse files
committed
temporarily fix pylint for director-sdk
1 parent 67550f3 commit 5e0d0a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export RUN_DOCKER_ENGINE_ROOT=0
1717
# TODO: Add a meaningfull call to retrieve the local docker group ID and the user ID in linux.
1818
endif
1919

20-
PY_FILES = $(strip $(shell find services packages -iname '*.py' -not -path "*egg*" -not -path "*contrib*" -not -path "*/generated_code/models*" -not -path "*/generated_code/util*"))
20+
PY_FILES = $(strip $(shell find services packages -iname '*.py' -not -path "*egg*" -not -path "*contrib*" -not -path "*/director-sdk/python*" -not -path "*/generated_code/models*" -not -path "*/generated_code/util*"))
2121

2222
export PYTHONPATH=${CURDIR}/packages/s3wrapper/src:${CURDIR}/packages/simcore-sdk/src
2323

0 commit comments

Comments
 (0)