diff -r 14b40afccd69 -r 6198190bc121 canfestival/canfestival.py --- a/canfestival/canfestival.py Tue Oct 03 16:31:31 2017 +0300 +++ b/canfestival/canfestival.py Thu Oct 05 16:38:49 2017 +0300 @@ -134,7 +134,7 @@ dialog.Type.Enable(False) dialog.GenSYNC.Enable(False) if dialog.ShowModal() == wx.ID_OK: - name, id, nodetype, description = dialog.GetValues() + name, id, _nodetype, description = dialog.GetValues() profile, filepath = dialog.GetProfile() NMT = dialog.GetNMTManagement() options = dialog.GetOptions()