Skip to content

Commit

Permalink
wxGUI: Reverted unused variable fix in wxgui/ (#4595)
Browse files Browse the repository at this point in the history
Seems to break 3D view
  • Loading branch information
arohanajit authored Oct 26, 2024
1 parent 9e1e85d commit ac49177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/wxpython/wxgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def main(argv=None):
app = GMApp(workspaceFile)

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

# register GUI PID
Expand Down

0 comments on commit ac49177

Please sign in to comment.