Fixed strings with format splitting
[csit.git] / resources / libraries / python / NodePath.py
index 6700ddf..51808c3 100644 (file)
@@ -117,7 +117,7 @@ class NodePath(object):
                 l_set = set(links).difference(self._links)
                 if not l_set:
                     raise RuntimeError(
-                        'No free link between {0} and {1}, all links already ' +
+                        'No free link between {0} and {1}, all links already ' \
                         'used'.format(node1['host'], node2['host']))
 
             if not l_set: