mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:43:01 +02:00
fix(lint): restore S603 noqa for trusted subprocess call
This commit is contained in:
parent
492d95665a
commit
97265976b3
@ -372,7 +372,7 @@ def _run_analysis_subprocess(
|
||||
|
||||
_logger.info(f"Game {game_id}: starting post-game analysis ({total_plies} plies)")
|
||||
|
||||
proc = subprocess.Popen(
|
||||
proc = subprocess.Popen( # noqa: S603 - trusted internal analysis script
|
||||
[sys.executable, "-u", str(analyze_script), str(log_path)],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=subprocess.PIPE,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user