mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-11 05:48:01 -05:00
* if files can't be override just revert to skip behaviour as a fail-safe
This commit is contained in:
parent
cdc4a94daa
commit
1c6d0cd5f7
@ -599,7 +599,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
||||
|
||||
if (conflictAction == ConflictAction.OVERRIDE) {
|
||||
if (!destination.delete()) {
|
||||
throw new Exception("Failed to override file: " + destination);
|
||||
CLILogger.log(Level.SEVERE, "Failed to override file: " + destination);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user