summaryrefslogtreecommitdiff
path: root/check_checkers.py
diff options
context:
space:
mode:
Diffstat (limited to 'check_checkers.py')
-rwxr-xr-xcheck_checkers.py4
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>(')