forked from CEN-RA/Plugin_QGIS
filter & sort modele
This commit is contained in:
parent
0f514e9f51
commit
01c3cfcca6
@ -130,7 +130,10 @@ class AutoMap_Editor(QDialog, EDITOR_CLASS):
|
||||
mises_en_page = []
|
||||
|
||||
for filename in glob.glob(resources_path("mises_en_pages","*.qpt")):
|
||||
if filename.split("/")[-1] == "modele_carto.qpt":
|
||||
continue
|
||||
mises_en_page.append(filename)
|
||||
mises_en_page.sort()
|
||||
|
||||
|
||||
for i, filename in enumerate(mises_en_page):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user