Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo introduced by 7943d81 #20

Merged
merged 1 commit into from Jan 6, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -25,7 +25,7 @@
# See the benchmarks here:
# - https://github.com/fuzzitdev/pythonfuzz/issues/9
@functools.lru_cache(None)
def abs_file(path):
def abs_file_cache(path):
"""Return the absolute normalized form of `path`."""
try:
path = os.path.realpath(path)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.