[X2Go-Commits] [x2gobroker] 02/03: typo fix in inifile_broker.py

git-admin at x2go.org git-admin at x2go.org
Tue Dec 9 13:08:41 CET 2014


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

x2go pushed a commit to branch master
in repository x2gobroker.

commit c9a66543bcc97022350ff37e9acd389539c6ad2e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Dec 9 10:38:32 2014 +0100

    typo fix in inifile_broker.py
---
 x2gobroker/brokers/inifile_broker.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x2gobroker/brokers/inifile_broker.py b/x2gobroker/brokers/inifile_broker.py
index ca0dc44..d334168 100644
--- a/x2gobroker/brokers/inifile_broker.py
+++ b/x2gobroker/brokers/inifile_broker.py
@@ -116,7 +116,7 @@ class X2GoBroker(base.X2GoBroker):
         for key in profile.keys():
             if not key.startswith('broker-'):
                 del profile[key]
-            if key.startswith('brokerl-') and (profile[key] == '' or profile[key] == ['']):
+            if key.startswith('broker-') and (profile[key] == '' or profile[key] == ['']):
                 del profile[key]
         return profile
 

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


More information about the x2go-commits mailing list