[X2Go-Commits] [x2goclient] 43/94: pyhoca/cli/frontend.py: Fix for previous commit (2).

git-admin at x2go.org git-admin at x2go.org
Fri Dec 15 21:06:40 CET 2023


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.

commit bda4775a1ec550344ec9101a804a5954cbed5538
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon May 14 14:54:23 2018 +0200

    pyhoca/cli/frontend.py: Fix for previous commit (2).
---
 pyhoca/cli/frontend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index e7f40012..bd7e9cc2 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -474,7 +474,7 @@ class PyHocaCLI(x2go.X2GoClient):
             _auth_count = self.auth_attempts +1
             while not connected and _auth_count:
                 try:
-                    if self.args.force_password_auth:
+                    if self.args.force_password:
                         self.args.password = getpass.getpass()
                     self._X2GoClient__connect_session(self.x2go_session_hash, username=_username, password=self.args.password, force_password_auth=force_password_auth)
                     connected = True

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list