Fix excluded (library) path in CodeQL.yml.

This commit is contained in:
Pavel Minaev 2022-12-06 23:33:47 -08:00 committed by Pavel Minaev
parent 158cbf663c
commit 19ea6f2625

View file

@ -1,4 +1,4 @@
path_classifiers:
library:
- "src/debugpy/vendored/_pydevd/**"
- "src/debugpy/_vendored/pydevd"