The branch, build-main has been updated via b7d446e991635f3bd996c932b5da7334b85e06be (commit) via 70ed6b997bc44fffffacb1bff2238318d9330003 (commit) via 1e0507ab60a3bd10a9b0eee0ee6e22472a944887 (commit) via 5f24287a7ad35e0d23ec3decdebef06b34e442b9 (commit) via 18821aff47cf41e466e06dcef71f2d52af8729a5 (commit) from 0f580320d11864c7182447777d5c43205c9ebc4f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/defaults.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/defaults.py b/x2go/defaults.py index 5fca45c..b106225 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.py @@ -40,7 +40,7 @@ if X2GOCLIENT_OS != 'Windows': # handle missing X displays on package build try: X_DISPLAY = Xlib.display.Display() - except Xlib.error.DisplayNameError, Xlib.error.DisplayConncetionError: + except Xlib.error.DisplayNameError, Xlib.error.DisplayConnectionError: X_DISPLAY = None LOCAL_HOME = os.path.normpath(os.path.expanduser('~')) hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).