Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 16, 2021
1 parent a999511 commit 8886c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/check_changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def main(argv):
if fname.name in (".gitignore", ".TEMPLATE.rst", "README.rst"):
continue
if fname.suffix == ".rst":
test_name = fname.stem
test_name = Path(fname.stem)
else:
test_name = fname
if test_name.suffix not in ALLOWED_SUFFIXES:
Expand Down

0 comments on commit 8886c60

Please sign in to comment.