mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
Update UnpackagePortableCaseProgressDialog.java
Make message more clear that the case could not be opened after unpacking it.
This commit is contained in:
parent
90d7f4673e
commit
6cb88943a7
@ -194,7 +194,7 @@ class UnpackagePortableCaseProgressDialog extends javax.swing.JDialog implements
|
||||
try {
|
||||
Case.openAsCurrentCase(FilenameUtils.removeExtension(packagedCase) + File.separator + FilenameUtils.getBaseName(packagedCase) + ".aut"); // NON-NLS
|
||||
} catch (CaseActionException ex) {
|
||||
throw new TskCoreException("Error opening case", ex); // NON-NLS
|
||||
throw new TskCoreException("Error opening case after unpacking it.", ex); // NON-NLS
|
||||
}
|
||||
|
||||
success.set(true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user