Skip to content

Commit c1fb4de

Browse files
committed
Minor bugfix
1 parent 158a57c commit c1fb4de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ def k_set(self, command):
2929
command['y'] = yValue
3030
command['name'] = pointRecord['name']
3131
self.add(command)
32-
return True
32+
return True
33+
return False
3334

3435
def r_set(self, command):
3536
pointRecord = self.getVariable(command['name'])

0 commit comments

Comments
 (0)