# HG changeset patch # User souliane # Date 1449013048 -3600 # Node ID 96b722a5e263724a34dbea37a00dbc4b8d2d5c6f # Parent e5b569d0c2e7d2a102b0cf8532c63d71a1b675a4 plugin XEP-0277: remove forgotten break statement diff -r e5b569d0c2e7 -r 96b722a5e263 src/plugins/plugin_xep_0277.py --- 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))