This commit is contained in:
Kovid Goyal 2016-06-13 09:13:23 +05:30
parent ed1d51bf6b
commit f3b17074e9

View File

@ -306,7 +306,8 @@ def decode(cfi, doc): # {{{
else if cfi.length > 0:
point.error = "Undecoded CFI: " + cfi
print(point.error)
if point.error:
print(point.error)
return point