Use elif
This commit is contained in:
parent
f1f829d5fb
commit
d062a1e9aa
|
@ -65,8 +65,7 @@ class Formats:
|
|||
def getSurface(self, fmt, filename):
|
||||
if fmt in ("svg", "svg_Ponoko"):
|
||||
surface = SVGSurface(filename)
|
||||
else:
|
||||
if fmt == "lbrn2":
|
||||
elif fmt == "lbrn2":
|
||||
surface = LBRN2Surface(filename)
|
||||
else:
|
||||
surface = PSSurface(filename)
|
||||
|
|
Loading…
Reference in New Issue