Pylint fix.

Test: pylint cc/gen_stub_libs.py
Bug: None
Change-Id: Ifa397b2b69a835d7f61731e4f240fa5971858f4c
This commit is contained in:
Dan Albert
2018-09-25 13:39:25 -07:00
parent f9641687f5
commit f50b6ce9ba

View File

@@ -274,7 +274,8 @@ class SymbolFileParser(object):
elif global_scope and not cpp_symbols:
symbols.append(self.parse_symbol())
else:
# We're in a hidden scope or in 'extern "C++"' block. Ignore everything.
# We're in a hidden scope or in 'extern "C++"' block. Ignore
# everything.
pass
raise ParseError('Unexpected EOF in version block.')