summaryrefslogtreecommitdiff
path: root/python/flowgraph.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/flowgraph.py')
-rw-r--r--python/flowgraph.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/flowgraph.py b/python/flowgraph.py
index 95809d45..786a0595 100644
--- a/python/flowgraph.py
+++ b/python/flowgraph.py
@@ -736,7 +736,7 @@ class FlowGraph(object):
:return: Updated graph, or ``None``
:rtype: FlowGraph
"""
- return None
+ return NotImplemented
def set_option(self, option, value = True):
core.BNSetFlowGraphOption(self.handle, option, value)