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 dd5ae73 commit a95ac65Copy full SHA for a95ac65
odmtools/gui/wizSave.py
@@ -134,7 +134,7 @@ def _init_data(self, series):
134
index = 0
135
for m, i in zip(meth, range(len(meth))):
136
num_items = self.panel.lstMethods.GetItemCount()
137
- print (m.description)
+
138
#124
139
self.panel.lstMethods.InsertStringItem(num_items, m.description)
140
self.panel.lstMethods.SetStringItem(num_items, 1, str(m.link))
0 commit comments