reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -707,7 +707,7 @@ class DemoCodePanel(wx.Panel):
|
||||
os.makedirs(GetModifiedDirectory())
|
||||
if not os.path.exists(GetModifiedDirectory()):
|
||||
wx.LogMessage("BUG: Created demo directory but it still doesn't exist")
|
||||
raise AssetionError
|
||||
raise AssertionError
|
||||
except:
|
||||
wx.LogMessage("Error creating demo directory: %s" % GetModifiedDirectory())
|
||||
return
|
||||
|
Reference in New Issue
Block a user