mirror of https://github.com/openXC7/prjxray.git
utils: Output path when assert fails.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
4bb8ff9ebf
commit
39098dc79e
|
|
@ -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 = []
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue