data_processor.py aktualisiert

This commit is contained in:
2025-07-19 20:23:56 +00:00
parent c6834e5084
commit fe6cdb8fd7

View File

@@ -472,6 +472,7 @@ class DataProcessor:
# --- 3. ChatGPT Evaluationen (Branch, FSM, etc.) & Plausi ---
run_chat_step = 'chat' in steps_to_run
chat_steps_to_run = set()
chat_steps_to_run = set()
chat_processing_needed = self._needs_chat_evaluations(
row_data, force_reeval, wiki_data_updated_in_this_run)
@@ -766,7 +767,7 @@ class DataProcessor:
# --- 5. Abschliessende Updates (Version, Tokens, ReEval Flag) ---
if any_processing_done:
version_col_idx = COLUMN_MAP.get("Version")
version_col_idx = get_col_idx("Version") # KORRIGIERT
if version_col_idx is not None:
updates.append(
{