[subset] minor: use for ... else
This commit is contained in:
parent
0fd22766b8
commit
3ae59d3dce
@ -2053,7 +2053,7 @@ class _DehintingT2Decompiler(psCharStrings.T2WidthExtractor):
|
|||||||
if isinstance(cs.program[i], str):
|
if isinstance(cs.program[i], str):
|
||||||
hints.status = 2
|
hints.status = 2
|
||||||
break
|
break
|
||||||
if hints.status != 2:
|
else:
|
||||||
# We are an implicit vstem
|
# We are an implicit vstem
|
||||||
hints.has_hint = True
|
hints.has_hint = True
|
||||||
hints.last_hint = index + 1
|
hints.last_hint = index + 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user