[X2Go-Commits] [x2goclient] 58/94: fixed exitcode
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:45 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit ec91855ea98f392cd1e45db260e907d7d26d2f54
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue May 17 10:23:12 2011 +0200
fixed exitcode
---
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 f1b87ec5..0a9e8ae6 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -280,7 +280,7 @@ class PyHocaCLI(x2go.X2goClient):
_auth_count -= 1
if not _auth_count:
- self._runtime_error('Authentication failed, too many failures during interactive login.', exitcode=-200)
+ self._runtime_error('Authentication failed, too many failures during interactive login.', exitcode=-201)
except socket.error, e:
self._runtime_error('a socket error occured while establishing the connection: %s' % str(e), exitcode=-245)
--
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