We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45bbc26 commit 569e8f1Copy full SHA for 569e8f1
dissect/target/plugins/apps/browser/iexplore.py
@@ -212,7 +212,7 @@ def downloads(self) -> Iterator[BrowserDownloadRecord]:
212
ts_end=ts_end,
213
browser="iexplore",
214
id=container_record.EntryId,
215
- path=self.target.fs.path(down_path),
+ path=self.target.fs.path(down_path) if down_path else None,
216
url=down_url,
217
size=None,
218
state=None,
0 commit comments