Skip to content

Commit

Permalink
Update windows.py (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrocoan authored and tomv564 committed Dec 10, 2018
1 parent b8109b1 commit be6a39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def _handle_window_closed(self):
def _handle_all_sessions_ended(self):
debug('clients for window {} unloaded'.format(self._window.id()))
if self._restarting:
debug('window {} sessions unloaded - restarting')
debug('window {} sessions unloaded - restarting'.format(self._window.id()))
self.start_active_views()
elif not self._window.is_valid():
debug('window {} closed and sessions unloaded'.format(self._window.id()))
Expand Down

0 comments on commit be6a39e

Please sign in to comment.