Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 15, 2024
1 parent 1384cc7 commit f088701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions firstaid/debugwidget.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,7 @@ def go_to_frame(self, index):
self.source.openFile(filename)
self.source.jumpToLine(lineno)
if self._source_editor_widget:
self._source_editor_widget.addWarning(
lineno - 1, self.etype.__name__)
self._source_editor_widget.addWarning(lineno - 1, self.etype.__name__)
else:
self.source.addWarning(lineno - 1, self.etype.__name__)

Expand Down

0 comments on commit f088701

Please sign in to comment.