Output full path of errored files

This commit is contained in:
dbr
2008-11-08 19:45:02 +10:30
parent a9a728d354
commit 1212b284ad

View File

@@ -298,7 +298,8 @@ if len(invalid) > 0:
print "#"*len(errormsg)
for c in errors:
print c['filename']
cur_path = os.path.join(c['path'], c['filename'] + c['cext'])
print cur_path
###################################
# Show valid names