Bug report #12710
Processing: r.covar echoes the command to the Result window
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Victor Olaya | ||
Category: | Processing/GRASS | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | duplicate |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 20816 |
Description
not producing html formatted output
Associated revisions
[processing] fix handling of the HTML output from the GRASS7
algorithms (fix #12710)
[processing] fix handling of the HTML output from the GRASS7
algorithms (fix #12710)
Conflicts:
python/plugins/processing/algs/grass7/Grass7Algorithm.py
History
#1 Updated by Paolo Cavallini over 9 years ago
- Status changed from Open to Feedback
Seems fixed in QGIS 2.8.2
#2 Updated by Giovanni Manghi over 9 years ago
- Affected QGIS version changed from 2.8.1 to master
- Status changed from Feedback to Open
Paolo Cavallini wrote:
Seems fixed in QGIS 2.8.2
it does not seems fixed here, tested on both 2.8.2 and master under Linux and Windows.
Moreover using GRASS7 there is now a python error
Uncaught error while executing algorithm
Traceback (most recent call last):
Traceback (most recent call last):
File "/usr/share/qgis/python/plugins/processing/core/GeoAlgorithm.py", line 232, in execute
self.processAlgorithm(progress)
File "/usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 407, in processAlgorithm
self.postProcessResults()
File "/usr/share/qgis/python/plugins/processing/algs/grass7/Grass7Algorithm.py", line 424, in postProcessResults
func(self)
File "/usr/share/qgis/python/plugins/processing/algs/grass7/ext/r_covar.py", line 32, in postProcessResults
HtmlReportPostProcessor.postProcessResults(alg)
File "/usr/share/qgis/python/plugins/processing/algs/grass7/ext/HtmlReportPostProcessor.py", line 31, in postProcessResults
grass7Name = alg.grass7Name
AttributeError: Grass7Algorithm instance has no attribute 'grass7Name'
#3 Updated by Alexander Bruy over 9 years ago
- Status changed from Open to Closed
Fixed in changeset 028467eaf93ca5422625326e254de25197388a96.
#4 Updated by Alexander Bruy over 9 years ago
- Resolution set to fixed/implemented
Also backported to 2.8
#5 Updated by Paolo Cavallini over 9 years ago
- Status changed from Closed to Feedback
I still see the unformatted output in Processing 2.9.3
#6 Updated by Giovanni Manghi over 9 years ago
- Resolution changed from fixed/implemented to duplicate
- Status changed from Feedback to Closed
this is a subset of #6379