(self)
| 13221 | return {"ok": False, "message": f"Installazione GHunt non riuscita: {e}"} |
| 13222 | |
| 13223 | def ghunt_install(self): |
| 13224 | return self._install_ghunt_runtime() |
| 13225 | |
| 13226 | def _run_ghunt_login_command(self, cmd_base, run_dir, run_env): |
| 13227 | cmd = (cmd_base or []) + ["login"] |
no test coverage detected