From ae7411c745d47a70bb36c3d5cb6b2907f5697e57 Mon Sep 17 00:00:00 2001 From: Matus Fabian Date: Tue, 23 Feb 2016 08:56:29 +0100 Subject: Fixed strings with format splitting Change-Id: Iaded6b2ba46df86dd89afb2e2dc411d9972fb7d7 Signed-off-by: Matus Fabian --- resources/libraries/python/NodePath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python') 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: -- cgit 1.2.3-korg