79565027

Date: 2025-04-09 18:01:41
Score: 0.5
Natty:
Report link

Explicitly convert report_index to an integer before passing it to setCurrentIndex()

report_index = int(self.window.comboBoxReportSelector.findText(str(selected_report_name)))
self.window.comboBoxReportSelector.setCurrentIndex(report_index)]
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: reakt