mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-20 05:19:21 +00:00
Output full path of errored files
This commit is contained in:
@@ -298,7 +298,8 @@ if len(invalid) > 0:
|
|||||||
print "#"*len(errormsg)
|
print "#"*len(errormsg)
|
||||||
|
|
||||||
for c in errors:
|
for c in errors:
|
||||||
print c['filename']
|
cur_path = os.path.join(c['path'], c['filename'] + c['cext'])
|
||||||
|
print cur_path
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# Show valid names
|
# Show valid names
|
||||||
|
|||||||
Reference in New Issue
Block a user