Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
This reverts commit 9f17835.

Signed-off-by: Damien Jeandemange <[email protected]>
  • Loading branch information
jeandemanged committed Nov 10, 2024
1 parent 43279fc commit df225d3
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
Expand Up @@ -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()

Expand Down

0 comments on commit df225d3

Please sign in to comment.