mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-16 09:47:42 +00:00
Merge pull request #6880 from APriestman/leappFix
Comment out broken leapp code temporarily
This commit is contained in:
commit
d1f5917f19
@ -578,6 +578,7 @@ public final class LeappFileProcessor {
|
||||
String sourceFile = null;
|
||||
MessageAttachments messageAttachments = null;
|
||||
|
||||
/******* DISABLE TEMPORARILY*************
|
||||
try {
|
||||
for (BlackboardAttribute bba : bbattributes) {
|
||||
switch (bba.getAttributeType().getTypeName()) {
|
||||
@ -656,7 +657,7 @@ public final class LeappFileProcessor {
|
||||
}
|
||||
} catch (NoCurrentCaseException | TskCoreException | BlackboardException ex) {
|
||||
throw new IngestModuleException(Bundle.LeappFileProcessor_cannot_create_message_relationship() + ex.getLocalizedMessage(), ex); //NON-NLS
|
||||
}
|
||||
}*/
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user