We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a999511 commit 8886c60Copy full SHA for 8886c60
1 file changed
tools/check_changes.py
@@ -26,7 +26,7 @@ def main(argv):
26
if fname.name in (".gitignore", ".TEMPLATE.rst", "README.rst"):
27
continue
28
if fname.suffix == ".rst":
29
- test_name = fname.stem
+ test_name = Path(fname.stem)
30
else:
31
test_name = fname
32
if test_name.suffix not in ALLOWED_SUFFIXES:
0 commit comments