Skip to content

Commit e5cdfde

Browse files
author
arch
committed
add missing return
1 parent 6ac901d commit e5cdfde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

funscript_editor/ui/postprocessing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def update_plot(self):
282282

283283
self.result_val = [val for idx,val in enumerate(smothed_score) if idx in self.result_idx]
284284
self.curve_result.setData(self.result_idx, self.result_val)
285+
return
285286

286287
except Exception as ex:
287288
self.logger.critical("Invalid Values in Postprocessing Widget", exc_info=ex)

0 commit comments

Comments
 (0)