diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-25 08:26:09 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-25 08:26:09 +0100 |
commit | 0bea98520c8fbefab29b60c25c5586747f9bf6f1 (patch) | |
tree | 0b8c960bfdbe6a349349798c4ccef38a0696c35b /check_checkers.py | |
parent | cab35e3dfd2fa2d41a045b79e9c247ddcd84cf52 (diff) |
rename puzzles
Diffstat (limited to 'check_checkers.py')
-rwxr-xr-x | check_checkers.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/check_checkers.py b/check_checkers.py index 1855300..f6d2a9b 100755 --- a/check_checkers.py +++ b/check_checkers.py @@ -273,9 +273,7 @@ def run( ), ) issue = checker_issues.get( - os.path.splitext(os.path.basename(puzzle))[0].split( - '_', maxsplit=1 - )[1] + os.path.splitext(os.path.basename(puzzle))[0] ) if issue: out.write('<br>(') |