Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

processing: exportVectorLayer() function broken under python3 #23604

Closed
qgib opened this issue Oct 8, 2016 · 1 comment
Closed

processing: exportVectorLayer() function broken under python3 #23604

qgib opened this issue Oct 8, 2016 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Processing Relating to QGIS Processing framework or individual Processing algorithms
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Oct 8, 2016

Author Name: Mathieu Pellerin - nIRV (Mathieu Pellerin - nIRV)
Original Redmine Issue: 15681
Affected QGIS version: master
Redmine category:processing/core
Assignee: Victor Olaya


Processing's exportVectorLayer() function (dataobject.py's line 296) is broken under master as the code calls decode() on a str object, which isn't python3-compatible. This breaks grass, otb, etc. algorithms against memory layers.

Here's a directly link to the broken line: https://github.com/qgis/QGIS/blob/master/python/plugins/processing/tools/dataobjects.py#L328

@qgib
Copy link
Contributor Author

qgib commented Dec 5, 2016

Author Name: Alexander Bruy (@alexbruy)


Already fixed in master


  • resolution was changed from to fixed/implemented
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Processing Relating to QGIS Processing framework or individual Processing algorithms Crash/Data Corruption labels May 25, 2019
@qgib qgib added this to the Version 3.0 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

No branches or pull requests

1 participant