Skip to content
Snippets Groups Projects
Commit b612dfbb authored by Emmanuel Oceguera Conchas's avatar Emmanuel Oceguera Conchas
Browse files

the variables lon,lat etc.. has been deleted

parent 6b65d0df
Branches
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ class maskAndFuntionality (BASE, WIDGET): ...@@ -148,7 +148,7 @@ class maskAndFuntionality (BASE, WIDGET):
#we show the groups of the file in the QTreeWidgetite #we show the groups of the file in the QTreeWidgetite
for i in range(len(ncFileGroupsName)): for i in range(len(ncFileGroupsName)):
longNameGroups = ncFile.groups[ncFileGroupsName[i]].standard_name longNameGroups = ncFile.groups[ncFileGroupsName[i]].long_name
child = QTreeWidgetItem([ncFileGroupsName[i], longNameGroups]) child = QTreeWidgetItem([ncFileGroupsName[i], longNameGroups])
top_level.addChild(child) top_level.addChild(child)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment