We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ac901d commit e5cdfdeCopy full SHA for e5cdfde
funscript_editor/ui/postprocessing.py
@@ -282,6 +282,7 @@ def update_plot(self):
282
283
self.result_val = [val for idx,val in enumerate(smothed_score) if idx in self.result_idx]
284
self.curve_result.setData(self.result_idx, self.result_val)
285
+ return
286
287
except Exception as ex:
288
self.logger.critical("Invalid Values in Postprocessing Widget", exc_info=ex)
0 commit comments