Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24c5543 commit e9fbc9bCopy full SHA for e9fbc9b
1 file changed
IPython/lib/guisupport.py
@@ -78,6 +78,8 @@ def get_app_wx(*args, **kwargs):
78
import wx
79
app = wx.GetApp()
80
if app is None:
81
+ if not kwargs.has_key('redirect'):
82
+ kwargs['redirect'] = False
83
app = wx.PySimpleApp(*args, **kwargs)
84
return app
85
0 commit comments