Skip to content

Commit

Permalink
Merge pull request #436 from randovania/revert-cache
Browse files Browse the repository at this point in the history
Revert caching `get_asset_names_in_folder`
  • Loading branch information
ThanatosGit authored Jul 29, 2024
2 parents 491f024 + 91b39d1 commit 47fb704
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/open_samus_returns_rando/patcher_editor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import copy
import functools
import typing
from pathlib import Path

Expand Down Expand Up @@ -75,7 +74,6 @@ def remove_entity(self, reference: dict)-> None:
scenario.raw.actors[layer].pop(actor_name)
scenario.remove_actor_from_all_groups(actor_name)

@functools.cache
def get_asset_names_in_folder(self, folder: str) -> typing.Iterator[str]:
yield from (
name
Expand Down

0 comments on commit 47fb704

Please sign in to comment.