changeset 1712:96b722a5e263

plugin XEP-0277: remove forgotten break statement
author souliane <souliane@mailoo.org>
date Wed, 02 Dec 2015 00:37:28 +0100
parents e5b569d0c2e7
children 0d972af37ff5
files src/plugins/plugin_xep_0277.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/plugins/plugin_xep_0277.py	Tue Dec 01 23:09:50 2015 +0100
+++ b/src/plugins/plugin_xep_0277.py	Wed Dec 02 00:37:28 2015 +0100
@@ -482,7 +482,6 @@
 
         try:
             yield self._p.createNode(comments_service, comments_node, options, profile_key=profile)
-            break
         except error.StanzaError as e:
             if e.condition == 'conflict':
                 log.info(u"node {} already exists on service {}".format(comments_node, comments_service))