Procházet zdrojové kódy

fix section required 2

xcad před 5 měsíci
rodič
revize
b391b60e2f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      cli/core/input/prompt_manager.py

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

@@ -59,7 +59,7 @@ class PromptHandler:
 
         return False
 
-    def _collect_variable_value(self, variable: Variable, section, collected: dict[str, Any]) -> None:
+    def _collect_variable_value(self, variable: Variable, collected: dict[str, Any]) -> None:
         """Collect a single variable value and update if changed."""
         current_value = variable.convert(variable.value)
         new_value = self._prompt_variable(variable, _required=False)