Skip to content
Snippets Groups Projects
Commit e2c04503 authored by Pardini, Lorenzo (lopa)'s avatar Pardini, Lorenzo (lopa)
Browse files

fixed GAMMA in bs

parent 768d52af
Branches
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class BandHandler(xml.sax.handler.ContentHandler):
elif name == "vertex" and self.inBand:
self.vertexCoord.append(attrs.getValue("coord"))
label = attrs.getValue("label")
if (label == "Gamma") or (label == "Gamma"):
if (label == "Gamma") or (label == "GAMMA") or (label == "gamma"):
self.vertexLabels.append('\u0393')
else:
self.vertexLabels.append(label)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment