Skip to content

Commit

Permalink
fix extension save error when category change (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: noO0ob <[email protected]>
  • Loading branch information
noO0oOo0ob and noO0ob authored Dec 24, 2024
1 parent 4b406f8 commit c0e5525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lyrebird/checker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,9 @@ def _load_checker(self):

self.update = True
self._checker_detection()

global scripts_tmp_storage
self._funcs_map.clear()
for func_type, func_list in scripts_tmp_storage.items():
self._funcs_map[func_type] = [f for f in func_list]
scripts_tmp_storage = {}
Expand Down

0 comments on commit c0e5525

Please sign in to comment.