xcad пре 2 месеци
родитељ
комит
09a7e73929
1 измењених фајлова са 1 додато и 1 уклоњено
  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