From 39098dc79e5bab58410f36cfae40ef3349cc4907 Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 5 Feb 2019 13:09:29 +1100 Subject: [PATCH] utils: Output path when assert fails. Signed-off-by: Tim 'mithro' Ansell --- utils/info_md.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/info_md.py b/utils/info_md.py index aac36360..cd9d292e 100755 --- a/utils/info_md.py +++ b/utils/info_md.py @@ -70,7 +70,7 @@ Keep the existing commit information. args = parser.parse_args() info_md_filename = os.path.join('database', 'Info.md') - assert os.path.exists(info_md_filename) + assert os.path.exists(info_md_filename), info_md_filename info_md = []