Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
Browse files Browse the repository at this point in the history
This reverts commit 9f17835.
jeandemanged committed Nov 10, 2024
1 parent 43279fc commit bdb90a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yagat/app_context.py
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ def selection(self) -> tuple[Optional[str], Optional[str], Optional[ns.Connectio

@selection.setter
def selection(self, value: tuple[Optional[str], Optional[str], Optional[ns.Connection]]) -> None:
logging.info(f'selection setter called {value[0]},{value[1]}')
logging.info(f'selection setter called {value}')
self._selection = value
self.notify_selection_changed()

0 comments on commit bdb90a3

Please sign in to comment.