utils: Output path when assert fails.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-05 13:09:29 +11:00
parent 4bb8ff9ebf
commit 39098dc79e
1 changed files with 1 additions and 1 deletions

View File

@ -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 = []