Bug report #19301
Processing misinterprets windows paths in history
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Processing/GUI | ||
Affected QGIS version: | 3.3(master) | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | Yes | Resolution: | fixed/implemented |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 27129 |
Description
I create a script which requires a directory.
When I execute it, the path is 'C:\temp\res'.
If I reopen it, thanks to history. The GUI shows me 'c: emp es' Interpreted as "c: emp
es"
Well, seems that on windws special char (\t, \r) are misinterpreted.
Thanks
History
#1 Updated by Nyall Dawson over 6 years ago
- Pull Request or Patch supplied changed from No to Yes
#2 Updated by Alexander Bruy over 6 years ago
- Resolution set to fixed/implemented
- Status changed from Open to Closed
Fixed in master