From 9cca33c3bdf7ccf2068e99f44016e6882089294d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 4 Nov 2018 11:14:26 +0100 Subject: [PATCH] doxygen: properly fill error message placeholder. --- doxygen/dox2html5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index 961b99e5..d572eeb1 100755 --- a/doxygen/dox2html5.py +++ b/doxygen/dox2html5.py @@ -1085,7 +1085,7 @@ def parse_desc_internal(state: State, element: ET.Element, immediate_parent: ET. with open(i.attrib['name'], 'r') as f: source = f.read() else: - logging.warning("{}: file passed to @dotfile was not found, rendering an empty graph") + logging.warning("{}: file passed to @dotfile was not found, rendering an empty graph".format(state.current)) source = 'digraph "" {}' caption = i.text else: -- 2.30.2