diff -r 14b40afccd69 -r 6198190bc121 canfestival/NetworkEditor.py --- a/canfestival/NetworkEditor.py Tue Oct 03 16:31:31 2017 +0300 +++ b/canfestival/NetworkEditor.py Thu Oct 05 16:38:49 2017 +0300 @@ -96,7 +96,7 @@ if profile not in ("None", "DS-301"): other_profile_text = _("%s Profile") % profile add_menu.append((wx.ITEM_SEPARATOR, None)) - for text, indexes in self.Manager.GetCurrentSpecificMenu(): + for text, _indexes in self.Manager.GetCurrentSpecificMenu(): add_menu.append((wx.ITEM_NORMAL, (text, wx.NewId(), '', self.GetProfileCallBack(text)))) else: other_profile_text = _('Other Profile')