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)]