Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 39ded8b

Browse files
committed
Merge pull request #161 from wiki-ai/api_language_cache
Includes language cache when merging with APIExtractor
2 parents ea38ddb + 95891c3 commit 39ded8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

revscoring/extractors/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def __init__(self, session, language=None, context=None, cache=None):
8383
]}
8484
if self.language != None:
8585
local_context.update(self.language.context)
86+
local_cache.update(self.language.cache)
8687

8788
local_context.update(context)
8889
local_cache.update(cache)

0 commit comments

Comments
 (0)