fix: guard against null pointer dereference in sormcq parameter conversion and add missing merge logic for logs_plain

This commit is contained in:
2025-03-17 03:58:10 +00:00
parent 764fba3a6e
commit 0813f3e46e
5 changed files with 38 additions and 8 deletions
+3
View File
@@ -10,6 +10,7 @@ PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
$(PYTHON) -m pip install dataset
merge:
$(PYTHON) merge.py
@@ -32,3 +33,5 @@ index:
popular:
$(PYTHON) tags.py --popular
process:
PYTHONPATH=/home/retoor/bin $(PYTHON) process.py