Bug report #18198

Gdal Help button in Processing gives annoying error

Added by matteo ghetta about 6 years ago. Updated about 6 years ago.

Status:Closed
Priority:Normal
Assignee:Alexander Bruy
Category:Processing/GDAL
Affected QGIS version:master Regression?:No
Operating System: Easy fix?:No
Pull Request or Patch supplied:No Resolution:
Crashes QGIS or corrupts data:No Copied to github as #:26089

Description

When hitting the Help button in Processing doc dialog for GDAL algorithms an annoying Stack Trace pops up, e.g.:

AttributeError: 'aspect' object has no attribute 'outputs'
Traceback (most recent call last):
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/algs/gdal/GdalAlgorithm.py", line 132, in helpUrl
return helpPath + '{}.html'.format(self.commandName())
File "/home/matteo/lavori/QGIS/build-qgis3/output/python/plugins/processing/algs/gdal/GdalAlgorithm.py", line 136, in commandName
for output in self.outputs:
AttributeError: 'aspect' object has no attribute 'outputs'

History

#1 Updated by Richard Duivenvoorde about 6 years ago

Not sure is self.outputs is still used? A small 'if' in front of it fixes the exception, but maybe it can just be removed?

I fixed the redirect on the doc server that 3.1 actually goes to testing.

#2 Updated by matteo ghetta about 6 years ago

  • Status changed from Open to Closed

works fine now

Also available in: Atom PDF