mirror of
https://github.com/nikdoof/tvorganise.git
synced 2025-12-13 06:42:16 +00:00
Output full path of errored files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user