mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
GDAL commands for invalid layers This is a partial fix, which at least removes the uncaught exception. Ideally we'd gracefully fall back to using the layer's source (even if it doesn't exist!) in the generated GDAL commands. But that's far from trivial to do. Fixes #51958