We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
glob_match
1 parent d77d770 commit 96ef8d8Copy full SHA for 96ef8d8
src/sentry/utils/glob.py
@@ -2,8 +2,8 @@
2
3
4
def glob_match(
5
- value: str | None,
6
- pat: str,
+ value: str | bytes | None,
+ pat: str | bytes,
7
doublestar: bool = False,
8
ignorecase: bool = False,
9
path_normalize: bool = False,
0 commit comments