mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
EFE retry handling refinements
This commit is contained in:
parent
7f96111669
commit
054b0dfa06
@ -171,7 +171,10 @@ class DocumentEmbeddedContentExtractor {
|
|||||||
|
|
||||||
// Skip files that already have been unpacked.
|
// Skip files that already have been unpacked.
|
||||||
/*
|
/*
|
||||||
* TODO (Jira-7145): Is the logic of this check correct?
|
* TODO (Jira-7145): Is the logic of this check correct? Also note that
|
||||||
|
* this suspect code used to have a bug in that makeOutputFolder() was
|
||||||
|
* called, so the directory was always created here if it did not exist,
|
||||||
|
* making this check only a call to AbstractFile.hasChildren().
|
||||||
*/
|
*/
|
||||||
try {
|
try {
|
||||||
if (abstractFile.hasChildren()) {
|
if (abstractFile.hasChildren()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user