Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37754600
en ru br
ALT Linux repositórios
S:0.6.1.4-alt1

Group :: Comunicações
RPM: python3-module-x2go

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: fix-sshbroker-error.patch
Download


diff --git a/x2go/backends/profiles/sshbroker.py b/x2go/backends/profiles/sshbroker.py
index 2fdbd8a..a9376fc 100644
--- a/x2go/backends/profiles/sshbroker.py
+++ b/x2go/backends/profiles/sshbroker.py
@@ -45,7 +45,7 @@ class X2GoSessionProfiles(base.X2GoSessionProfiles):
     defaultSessionProfile = copy.deepcopy(_X2GO_SESSIONPROFILE_DEFAULTS)
     _non_profile_sections = ('embedded')
-    def __init__(self, session_profile_defaults=_X2GO_SESSIONPROFILE_DEFAULTS, logger=None, loglevel=log.loglevel_DEFAULT):
+    def __init__(self, *args, **kwargs):
         """\
         Retrieve X2Go session profiles from a SSH session broker.
@@ -59,4 +59,4 @@ class X2GoSessionProfiles(base.X2GoSessionProfiles):
         :type loglevel: ``int``
         """
-        raise X2GoNotImplementedYetException('HTTPSBROKER backend support is not implemented yet')
+        raise X2GoNotImplementedYetException('SSHBROKER backend support is not implemented yet')
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009