diff service/reasoning/inputgraph.py @ 314:c51075f267bc

fix oneshot Ignore-this: cd3f3076031766d8f82c6130d1b31e05
author drewp@bigasterisk.com
date Wed, 12 Oct 2016 18:36:49 -0700
parents 170dc9b1e789
children 7716b1810d6c
line wrap: on
line diff
--- a/service/reasoning/inputgraph.py	Sun Oct 09 13:58:51 2016 -0700
+++ b/service/reasoning/inputgraph.py	Wed Oct 12 18:36:49 2016 -0700
@@ -129,7 +129,7 @@
         self._oneShotAdditionGraph = g
         self._combinedGraph = None
         try:
-            self.onChange(self, oneShot=True, oneShotGraph=g)
+            self.onChangeLocal(oneShot=True, oneShotGraph=g)
         finally:
             self._oneShotAdditionGraph = None
             self._combinedGraph = None