mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +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
|
@Override
|
||||||
public String getRelativeFilePath() {
|
public String getRelativeFilePath() {
|
||||||
|
try {
|
||||||
|
caseName = Case.getCurrentCaseThrows().getDisplayName() + " (Portable)"; // NON-NLS
|
||||||
|
} catch (NoCurrentCaseException ex) {
|
||||||
|
// a case may not be open yet
|
||||||
|
return "";
|
||||||
|
}
|
||||||
return caseName;
|
return caseName;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user