mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-29 01:13:57 +02:00
utils: Output path when assert fails.
Signed-off-by: Tim 'mithro' Ansell <[email protected]>
This commit is contained in:
+1
-1
@@ -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 = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user