X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FNodePath.py;h=51808c3edf7bc04f7b517d5c90832d86f87fea44;hp=6700ddfe2a56aec5fc0e5b9bf2ee4416e2e538fd;hb=ae7411c745d47a70bb36c3d5cb6b2907f5697e57;hpb=44f173ecd1311296e347b066592163e9abbe3483 diff --git a/resources/libraries/python/NodePath.py b/resources/libraries/python/NodePath.py index 6700ddfe2a..51808c3edf 100644 --- a/resources/libraries/python/NodePath.py +++ b/resources/libraries/python/NodePath.py @@ -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: