Skip to content
Snippets Groups Projects
Commit 22024d2b authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Removed faulty meta info sorting.

parent 567a96be
No related branches found
No related tags found
No related merge requests found
...@@ -463,7 +463,7 @@ class InfoKindEnv(object): ...@@ -463,7 +463,7 @@ class InfoKindEnv(object):
def toJsonList(self, withGids): def toJsonList(self, withGids):
infoKinds = list(self.infoKinds.keys()) infoKinds = list(self.infoKinds.keys())
infoKinds.sort(lambda x, y: self.compareKeys(x.name, y.name)) # infoKinds.sort(lambda x, y: self.compareKeys(x.name, y.name))
return [self.infoKinds[x].toDict(self, return [self.infoKinds[x].toDict(self,
self if withGids else None) for x in infoKinds] self if withGids else None) for x in infoKinds]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment