Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 27, 2023
1 parent 2cf243e commit 91e7f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koordinates/gui/results_panel/results_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def _start_explore(self,
context: Optional[str] = None):
if self._current_reply is not None and \
not sip.isdeleted(self._current_reply):
if self._current_reply.property('slug' ) == section_slug:
if self._current_reply.property('slug') == section_slug:
return

self._current_reply.abort()
Expand Down

0 comments on commit 91e7f90

Please sign in to comment.