mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Minor changes to zip extractor
This commit is contained in:
parent
dd2c9e740d
commit
156e95c7e8
@ -141,7 +141,6 @@ class SevenZipExtractor {
|
||||
this.moduleDirRelative = moduleDirRelative;
|
||||
this.moduleDirAbsolute = moduleDirAbsolute;
|
||||
this.archiveDepthCountTree = new ArchiveDepthCountTree();
|
||||
this.blackboard = Case.getCurrentCase().getServices().getBlackboard();
|
||||
}
|
||||
|
||||
/**
|
||||
@ -290,6 +289,7 @@ class SevenZipExtractor {
|
||||
* @return list of unpacked derived files
|
||||
*/
|
||||
void unpack(AbstractFile archiveFile) {
|
||||
blackboard = Case.getCurrentCase().getServices().getBlackboard();
|
||||
String archiveFilePath;
|
||||
try {
|
||||
archiveFilePath = archiveFile.getUniquePath();
|
||||
|
Loading…
x
Reference in New Issue
Block a user