mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04: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));
|
log.info(format("Read archive [%s] and extract to [%s]", file.getName(), outputFolder));
|
||||||
|
|
||||||
|
createFolders(outputFolder);
|
||||||
FileMapper outputMapper = new FileMapper(outputFolder);
|
FileMapper outputMapper = new FileMapper(outputFolder);
|
||||||
|
|
||||||
List<FileInfo> outputMapping = new ArrayList<FileInfo>();
|
List<FileInfo> outputMapping = new ArrayList<FileInfo>();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user