Bug report #8115
GdalTools - Proximity(raster distance) error
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | - | ||
Category: | GDAL Tools | ||
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 #: | 16949 |
Description
seems to be an error with the new api updates..
add any raster layer to map.
open proximity(raster distance) tool.
click the 'value' checkbox or any other checkboxes below that one..
python error pops up..
An error has occured while executing Python code: Traceback (most recent call last): File "/home/vinayan/gitQgisBuild/output/python/plugins/GdalTools/tools/widgetPluginBase.py", line 53, in someValueChanged self.emit(SIGNAL("valuesChanged(PyQt_PyObject)"), self.getArguments()) File "/home/vinayan/gitQgisBuild/output/python/plugins/GdalTools/tools/doProximity.py", line 93, in getArguments values = self.valuesEdit.text().trimmed() AttributeError: 'unicode' object has no attribute 'trimmed' Python version: 2.7.3 (default, Aug 1 2012, 05:25:23) [GCC 4.6.3] QGIS version: 1.9.0-Master Master, 7d38eac
Associated revisions
[gdaltools] Proximity(raster distance) error (Fix #8115)
History
#1 Updated by Matthias Kuhn over 11 years ago
- Status changed from Open to Closed
Fixed in changeset b2441f809897fdaed1656cb3fb6653da9a34b1b2.