Bug report #8969
Add description to Parameter and Output str() methods
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/Core | ||
Affected QGIS version: | 2.4.0 | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | end of life |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 17631 |
Description
Adding self.description to Parameter and Output string representation would help when calling processing.alghelp.
E.g.:
def str(self):
return self.name + ':' + self.description + ' <' + self.__module__.split('.')[-1] + '>'
History
#1 Updated by Alexander Bruy over 10 years ago
- Category set to 63
#2 Updated by Giovanni Manghi about 10 years ago
- Crashes QGIS or corrupts data set to No
- Affected QGIS version set to 2.4.0
- Category deleted (
63) - Project changed from 78 to QGIS Application
#3 Updated by Giovanni Manghi about 10 years ago
- Category set to Processing/Core
#4 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
- Regression? set to No
#5 Updated by Giovanni Manghi over 5 years ago
- Resolution set to end of life
- Status changed from Open to Closed
End of life notice: QGIS 2.18 LTR
Source:
http://blog.qgis.org/2019/03/09/end-of-life-notice-qgis-2-18-ltr/