Skip to content

Commit

Permalink
Fixed bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Feb 11, 2025
1 parent 96dfc9e commit d73cbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/fake_file_system_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def is_folder(self, path):
def read_file_contents(self, path):
return self.state.files[self._path(path)]['content']

def precache_is_file_with_folders(self, _folders: list[str], _recheck: bool = False):
def precache_is_file_with_folders(self, _folders: list[str], recheck: bool = False):
pass

def write_file_contents(self, path, content):
Expand Down

0 comments on commit d73cbd0

Please sign in to comment.