summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 63a12caa..5e3e765d 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -1747,7 +1747,7 @@ class BinaryView(object):
self.file.redo()
def navigate(self, view, offset):
- self.file.navigate(view, offset)
+ return self.file.navigate(view, offset)
def read(self, addr, length):
"""