mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Bug fix in portable case
This commit is contained in:
parent
a28bb4ee26
commit
796e54b2da
@ -120,6 +120,12 @@ class PortableCaseReportModule implements ReportModule {
|
||||
|
||||
@Override
|
||||
public String getRelativeFilePath() {
|
||||
try {
|
||||
caseName = Case.getCurrentCaseThrows().getDisplayName() + " (Portable)"; // NON-NLS
|
||||
} catch (NoCurrentCaseException ex) {
|
||||
// a case may not be open yet
|
||||
return "";
|
||||
}
|
||||
return caseName;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user