mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 13:55:03 -05: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");
|
||||
}
|
||||
|
||||
LICENSE.check();
|
||||
|
||||
// rename files
|
||||
Map<File, File> renameLog = new LinkedHashMap<File, File>();
|
||||
|
||||
|
@ -73,6 +73,8 @@ class RenameAction extends AbstractAction {
|
||||
return;
|
||||
}
|
||||
|
||||
LICENSE.check();
|
||||
|
||||
List<Match<Object, File>> matches = new ArrayList<Match<Object, File>>(model.matches());
|
||||
StandardRenameAction action = (StandardRenameAction) getValue(RENAME_ACTION);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user