diff options
| author | Brian Potchik <brian@vector35.com> | 2019-06-13 03:55:00 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-06-13 03:55:00 -0400 |
| commit | 977a0caa78e9a8ddb958baf535df881bbaaf05b4 (patch) | |
| tree | e2d34525ef120ef9868d5e136b8423527c0c5bbd /python/examples/triage | |
| parent | 2dab57d29589fcc9e3896102ba222c7d1d4671cb (diff) | |
Initial rebase on file load support.
Diffstat (limited to 'python/examples/triage')
| -rw-r--r-- | python/examples/triage/files.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
