Bug report #11118
s undefined in GrassUtils.py
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Normal | ||
| Assignee: | |||
| Category: | Processing/Core | ||
| Affected QGIS version: | 2.4.0 | Regression?: | No |
| Operating System: | Easy fix?: | No | |
| Pull Request or Patch supplied: | Yes | Resolution: | |
| Crashes QGIS or corrupts data: | No | Copied to github as #: | 19447 |
Description
https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/grass/GrassUtils.py#L387
fix: insert @L387
s = traceback.format_exc()
...
Associated revisions
[processing] remove undefined variable (fix #11118)
History
#1
Updated by Alessandro Pasotti about 11 years ago
- Category set to 94
#2
Updated by Alessandro Pasotti about 11 years ago
Also needs to
import traceback
.. or drop " + s " entirely.
#3
Updated by Alexander Bruy about 11 years ago
- Status changed from Open to Closed
Fixed in changeset 72259135b1f012ad61807be0d9900c4a5f83142d.
#4
Updated by Giovanni Manghi over 10 years ago
- Category changed from 94 to Processing/Core