Skip to content

Commit 07409c1

Browse files
committed
Remove unused task executor result variable
1 parent 623ab73 commit 07409c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ok/task/TaskExecutor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def wait_condition(self, condition, time_out=0, pre_action=None, post_action=Non
326326
if time_out == 0:
327327
time_out = self.wait_scene_timeout
328328
settled = 0
329-
result = None
330329
while not self.exit_event.is_set():
331330
if pre_action is not None:
332331
pre_action()

0 commit comments

Comments
 (0)