From e908255d831076e5b3651cb4c25d8002a85773c0 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Wed, 13 Jan 2010 17:30:43 +0000 Subject: [PATCH] FIX: Error save preset name in win64 --- invesalius/gui/dialogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index 7461f5e..5409db0 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -368,7 +368,7 @@ def ShowSavePresetDialog(default_filename="raycasting"): try: if dlg.ShowModal() == wx.ID_OK: filename = dlg.GetValue() - except(wx._core.PyAssertionErro): + except(wx._core.PyAssertionError): filename = dlg.GetValue() return filename -- libgit2 0.21.2