Fix incorrect delimator ";" used to separate proj_info().searchpath entries#1497
Conversation
|
Refs qgis/QGIS#30048 |
9ed2ecf to
32d66ea
Compare
entries on non-windows platforms, should be ":"
32d66ea to
a7a7651
Compare
|
@kbevers Do you think we should change the behaviour or keep as it ? After all, the implementation and documentation are consistent currently. |
I think we should accept this PR. As you say, it conforms to normal practice. I believe this is also how we deal with delimeters when parsing
That is clearly a bug - |
... on non-windows platforms, should be ":", not ";"