From 3da8031e8e0603b1be7d075eaa09dce77cae3b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 18 Dec 2017 10:12:23 +0100 Subject: [PATCH] uorb graph: improve error output --- Tools/uorb_graph/create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/uorb_graph/create.py b/Tools/uorb_graph/create.py index f2126a969e..c56d55df99 100755 --- a/Tools/uorb_graph/create.py +++ b/Tools/uorb_graph/create.py @@ -127,7 +127,7 @@ class PubSub: if not ignore_found: # If we land here, we need to add another special case raise Exception(self._method+' w/o ORB_ID(): '+match+' in ' - +file_name+' ('+module+')') + +file_name+' ('+module+'). You need to add another special case.') # handle special cases for i, (module_match, file_match_re, src_match_re, _) in enumerate(self._special_cases):