aikif/toolbox/Toolbox.py
Line 74
1
Try to rename user-defined function. Overloading built-in functions is bad practice and should be avoided as much as possible.
self.lg.record_process(self._get_tool_str(tool))
def list(self):
"""
Display the list of items
"""
aikif/toolbox/Toolbox.py
Line 74
1
Try to rename user-defined function. Overloading built-in functions is bad practice and should be avoided as much as possible.
self.lg.record_process(self._get_tool_str(tool))