Bart Noordervliet d7c477b078 Fix extension removal in exportVectorLayer
Taking the [:-4] slice from basename and splitext() try to do the same thing. Usually splitext() was failing silently, but if you're using the iterating function of processing, you can have filenames like <timestamp>.<sequenceno>.shp, which makes it cut off the sequencenumber and makes the OGR import fail.

I've left only the [:-4] slice because we check whether the file ends with .shp above anyway. This is also the way the grass7 file does it.
2016-03-11 16:56:12 +01:00
..
2016-02-14 03:50:49 +01:00
2016-03-09 11:33:37 +01:00
2016-02-28 13:05:51 +11:00
2016-01-08 21:32:11 +01:00
2016-01-24 20:16:28 +01:00