Skip to content

Commit f776c4d

Browse files
committed
Don't try to write selection when selection failed
Instead just return early
1 parent df2faca commit f776c4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

script.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ def run_selection(self, test_selection: bool) -> None:
405405
gui_log.add_line(LogType.DETAILED_LOG, report.as_html())
406406
if not success:
407407
gui_log.add_line(LogType.DETAILED_LOG, "No panels written to spreadsheet.")
408+
return
408409

409410
selected_rows, remaining_rows, _ = core.selected_remaining_tables(
410411
self.people,

0 commit comments

Comments
 (0)