fix: import sys manquant — crash 'name sys is not defined' en mode frozen

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 01:06:58 +01:00
parent d1bdfb1aca
commit 3992b43925

View File

@@ -17,6 +17,7 @@ import json
import logging
import os
import re
import sys
from concurrent.futures import ProcessPoolExecutor
log = logging.getLogger(__name__)