xcad hai 5 meses
pai
achega
ffbc0d2766
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/core/input/prompt_manager.py

+ 1 - 1
cli/core/input/prompt_manager.py

@@ -98,7 +98,7 @@ class PromptHandler:
                 if self._should_skip_variable(var_name, section, variables, section_enabled):
                     continue
 
-                self._collect_variable_value(variable, section, collected)
+                self._collect_variable_value(variable, collected)
 
         logger.info(f"Variable collection completed. Collected {len(collected)} values")
         return collected