Hi devs,

I noticed that using in a Processing script something like:

project = context.project()

mylist = []

for layer in project.mapLayers().values():
    mylist.append(layer)
    # do whatever you like to do

might be NOT safe, or at least QGIS (3.10, 3.14) sometime crashes:

[Inferior 1 (process 24944) detached]
gdb returned 0
Aborted


Is this the correct way to do it or is there some more Processing oriented ways?

Cheers and thanks

Matteo

_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to