mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 05:45:05 -05:00
Make sure to create output folder before calling extract() operations
This commit is contained in:
parent
ecac7979f2
commit
88388f347f
@ -1167,6 +1167,8 @@ public class CmdlineOperations implements CmdlineInterface {
|
||||
}
|
||||
|
||||
log.info(format("Read archive [%s] and extract to [%s]", file.getName(), outputFolder));
|
||||
|
||||
createFolders(outputFolder);
|
||||
FileMapper outputMapper = new FileMapper(outputFolder);
|
||||
|
||||
List<FileInfo> outputMapping = new ArrayList<FileInfo>();
|
||||
|
Loading…
Reference in New Issue
Block a user