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 df2faca commit f776c4dCopy full SHA for f776c4d
1 file changed
script.py
@@ -405,6 +405,7 @@ def run_selection(self, test_selection: bool) -> None:
405
gui_log.add_line(LogType.DETAILED_LOG, report.as_html())
406
if not success:
407
gui_log.add_line(LogType.DETAILED_LOG, "No panels written to spreadsheet.")
408
+ return
409
410
selected_rows, remaining_rows, _ = core.selected_remaining_tables(
411
self.people,
0 commit comments