Skip to content

Commit

Permalink
uncommenting this should make the Mac test fail :) which means that w…
Browse files Browse the repository at this point in the history
…e are getting closer

This reverts commit e722520.
  • Loading branch information
predragnikolic committed Mar 22, 2024
1 parent 2d4fe92 commit 7caa84b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ def __init__(self) -> None:
self._listener = None # type: Optional[Callable[[Optional[str]], None]]

def _notify_listener(self, config_name: Optional[str] = None) -> None:
...
# if callable(self._listener):
# self._listener(config_name)
if callable(self._listener):
self._listener(config_name)

def add_for_testing(self, config: ClientConfig) -> None:
assert config.name not in self.all
Expand Down

0 comments on commit 7caa84b

Please sign in to comment.