Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2025-10-08 04:03:23 +02:00
padre 856bb8e6ca
commit 8a1ee6c6b9
Se han modificado 2 ficheros con 11 adiciones y 6 borrados

Ver fichero

@@ -469,8 +469,8 @@ def dispatch_command(command: str, **kwargs) -> Dict:
elif command == "set_target":
return executor.set_target(
kwargs["target"],
kwargs.get("configuration")
kwargs["target"], # This will be passed as target_name
**kwargs.get("configuration", {})
)
elif command == "sample":