You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defdeleteColumns(self, cols=None):
"""Remove all cols or list provided"""ifcols==None:
cols=self.columnNamesifself.getColumnCount() ==0:
returnforcolincols:
self.deleteColumn(col)
return
Righly so TableCanvas.model.deleteColumns(), cause this exception:
In
TableModels.py
:Righly so
TableCanvas.model.deleteColumns()
, cause this exception:Also I get warnings like these, when I initialise
TableCanvas
I believe you should use the Python
logging
module, so its easier for others to find the source of these messages.The text was updated successfully, but these errors were encountered: