From 977a0caa78e9a8ddb958baf535df881bbaaf05b4 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 13 Jun 2019 03:55:00 -0400 Subject: Initial rebase on file load support. --- python/examples/triage/files.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/triage/files.py b/python/examples/triage/files.py index 84273657..05281057 100644 --- a/python/examples/triage/files.py +++ b/python/examples/triage/files.py @@ -70,7 +70,6 @@ class TriageFilePicker(QWidget): failedToOpen.append(filename) continue - f.createBinaryViews() for data in f.getAllDataViews(): Settings().set_string("analysis.mode", Settings().get_string("triage.analysisMode"), data) Settings().set_bool("triage.preferSummaryView", True, data) -- cgit v1.3.1