Skip to content

Commit

Permalink
wxGUI: Fixed unused variable F841 (OSGeo#4542)
Browse files Browse the repository at this point in the history
  • Loading branch information
arohanajit authored Oct 17, 2024
1 parent daee989 commit 0adc4dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ per-file-ignores =
gui/wxpython/psmap/*: F841, E266, E722
gui/wxpython/vdigit/*: F841, E722, F405, F403
gui/wxpython/vnet/*: F841
gui/wxpython/wxgui.py: F841
gui/wxpython/animation/g.gui.animation.py: E501
gui/wxpython/tplot/frame.py: F841, E722
gui/wxpython/tplot/g.gui.tplot.py: E501
Expand Down
2 changes: 1 addition & 1 deletion gui/wxpython/wxgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def main(argv=None):
app = GMApp(workspaceFile)

# suppress wxPython logs
q = wx.LogNull()
wx.LogNull()
set_raise_on_error(True)

# register GUI PID
Expand Down

0 comments on commit 0adc4dc

Please sign in to comment.