Skip to content

Commit 8886c60

Browse files
committed
fix
1 parent a999511 commit 8886c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main(argv):
2626
if fname.name in (".gitignore", ".TEMPLATE.rst", "README.rst"):
2727
continue
2828
if fname.suffix == ".rst":
29-
test_name = fname.stem
29+
test_name = Path(fname.stem)
3030
else:
3131
test_name = fname
3232
if test_name.suffix not in ALLOWED_SUFFIXES:

0 commit comments

Comments
 (0)