The branch, build-baikal has been updated via 3e323cfcace5aed5591da227d455c8ccef454f43 (commit) from 2841cbe0a9aa3abb316ee6d82f69a8b7fd691d83 (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/utils.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) The diff of changes is: diff --git a/x2go/utils.py b/x2go/utils.py index 4c40a23..952505c 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -269,14 +269,12 @@ def known_encodings(): def patiently_remove_file(_dir, _file): - if _X2GOCLIENT_OS != 'Windows': - from x2go_exceptions import WindowsError _not_removed = True while _not_removed: try: os.remove(os.path.join(_dir, _file)) _not_removed = False - except WindowsError: + except: # file is probably locked gevent.sleep(5) 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).