mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-10 06:20:27 -04:00
Experiment with PGP signed messages
This commit is contained in:
parent
b672184f72
commit
86ab36028e
@ -576,6 +576,8 @@ public class CmdlineOperations implements CmdlineInterface {
|
|||||||
throw new CmdlineException("Failed to identify or process any files");
|
throw new CmdlineException("Failed to identify or process any files");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LICENSE.check();
|
||||||
|
|
||||||
// rename files
|
// rename files
|
||||||
Map<File, File> renameLog = new LinkedHashMap<File, File>();
|
Map<File, File> renameLog = new LinkedHashMap<File, File>();
|
||||||
|
|
||||||
|
@ -73,6 +73,8 @@ class RenameAction extends AbstractAction {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LICENSE.check();
|
||||||
|
|
||||||
List<Match<Object, File>> matches = new ArrayList<Match<Object, File>>(model.matches());
|
List<Match<Object, File>> matches = new ArrayList<Match<Object, File>>(model.matches());
|
||||||
StandardRenameAction action = (StandardRenameAction) getValue(RENAME_ACTION);
|
StandardRenameAction action = (StandardRenameAction) getValue(RENAME_ACTION);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user