[X2Go-Commits] [python-x2go] 03/08: indentation fix

git-admin at x2go.org git-admin at x2go.org
Mon Oct 20 12:43:08 CEST 2014


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

x2go pushed a commit to branch build-main
in repository python-x2go.

commit 81b90899f5bc28687f5e2c2031a93488ffc5c042
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 20 09:54:08 2014 +0200

    indentation fix
---
 x2go/session.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2go/session.py b/x2go/session.py
index 0c7248e..6733cdb 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1999,7 +1999,7 @@ class X2GoSession(object):
                 if (not self.client_instance) and \
                    self._SUPPORTED_FOLDERSHARING and \
                    self.allow_share_local_folders:
-                    gevent.spawn(self.share_all_local_folders)
+                        gevent.spawn(self.share_all_local_folders)
 
                 self._progress_status = 100
                 progress_event.set()

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list