File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131- kill_process_tree: Tue un processus et ses enfants
3232- build_command: Construit une commande de compilation
3333- validate_command: Valide une commande de compilation
34+
35+ Note: Les fonctions de command_helpers.py ont été intégrées dans mainprocess.py
36+ pour supporter l'intégration avec ArkConfigManager pour les exclusions.
3437"""
3538
3639from __future__ import annotations
6568 ProcessState ,
6669 MainProcessSignals ,
6770 MainProcess ,
68- )
69-
70- # Importations de command_helpers.py
71- from Core .Compiler .command_helpers import (
71+ # Fonctions intégrées depuis l'ancien command_helpers.py
7272 build_command ,
7373 validate_command ,
7474 escape_arguments ,
101101 "ProcessState" ,
102102 "MainProcessSignals" ,
103103 "MainProcess" ,
104- # command_helpers.py
104+ # Fonctions de construction de commande (intégrées depuis command_helpers.py)
105105 "build_command" ,
106106 "validate_command" ,
107107 "escape_arguments" ,
You can’t perform that action at this time.
0 commit comments