Skip to content

Commit ed70b3c

Browse files
committed
add self arg to update as it is a member of DataEngine
1 parent ce591a3 commit ed70b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/emptyDataEngine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def __init__(self, *args, **kwargs):
1313
def init(self):
1414
pass
1515

16-
def update():
16+
def update(self):
1717
# Function called anytime an output is accessed while the component
1818
# is dirty (input has changed)
1919
msg_info('Not implemented yet')

0 commit comments

Comments
 (0)