mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-05 18:14:30 +00:00
Minor changes to zip extractor
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user