There was an error while loading. Please reload this page.
1 parent ce591a3 commit ed70b3cCopy full SHA for ed70b3c
1 file changed
examples/emptyDataEngine.py
@@ -13,7 +13,7 @@ def __init__(self, *args, **kwargs):
13
def init(self):
14
pass
15
16
- def update():
+ def update(self):
17
# Function called anytime an output is accessed while the component
18
# is dirty (input has changed)
19
msg_info('Not implemented yet')
0 commit comments