QGIS/scripts/pyqt5_to_pyqt6
Nyall Dawson d2a173fdcf Fix pyqt5_to_pqt6 script when src_to_tokens returns duplicate tokens
Sometimes src_to_tokens returns multiple tokens at the same offset.
This is likely a bug in some versions of tokenize_rt, but this
workaround avoids an exception occurring in the QGIS script.
2024-05-16 12:41:21 +02:00
..