Skip to content
Snippets Groups Projects
Commit 9912a19e authored by Mohamed, Fawzi Roberto (fawzi)'s avatar Mohamed, Fawzi Roberto (fawzi)
Browse files

caching_backend: fixing bug in finishedParsingSession

parent e308511f
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ class ActiveBackend(object): ...@@ -219,7 +219,7 @@ class ActiveBackend(object):
def finishedParsingSession(self, parsingStatus, parsingErrors, mainFileUri = None, parserInfo = None): def finishedParsingSession(self, parsingStatus, parsingErrors, mainFileUri = None, parserInfo = None):
"""should be called when the parsing finishes""" """should be called when the parsing finishes"""
if self.superBackend: if self.superBackend:
self.superBackend.startedParsingSession(parsingStatus, parsingErrors, mainFileUri, parserInfo) self.superBackend.finishedParsingSession(parsingStatus, parsingErrors, mainFileUri, parserInfo)
def metaInfoEnv(self): def metaInfoEnv(self):
"""the metaInfoEnv this parser was optimized for""" """the metaInfoEnv this parser was optimized for"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment