mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
* improved logging
This commit is contained in:
parent
0cab8b6e91
commit
12c0399db7
@ -155,6 +155,7 @@ omdb.each{ m ->
|
||||
tmdb << row
|
||||
}
|
||||
} catch(FileNotFoundException e) {
|
||||
printException(e, false)
|
||||
def row = [sync, m[0].pad(7), 0, m[2], m[1]]
|
||||
println row
|
||||
tmdb << row
|
||||
|
Loading…
x
Reference in New Issue
Block a user