From 8a5f5dcbf2217f5a4f8cc50559a6a780407663e3 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sun, 24 May 2020 11:35:22 -0400 Subject: small clarification on get_view_of_file docs --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index 01da5517..f68a2930 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -755,7 +755,7 @@ class BinaryViewType(with_metaclass(_BinaryViewTypeMetaclass, object)): @classmethod def get_view_of_file(cls, filename, update_analysis=True, progress_func=None): """ - ``get_view_of_file`` opens and returns the first available :py:class:`BinaryView`, excluding a Raw :py:class:`BinaryViewType` + ``get_view_of_file`` opens and returns the first available :py:class:`BinaryView`, excluding a Raw :py:class:`BinaryViewType` unless no other view matches :param str filename: path to filename or bndb to open :param bool update_analysis: whether or not to run :func:`update_analysis_and_wait` after opening a :py:class:`BinaryView`, defaults to ``True`` -- cgit v1.3.1