Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Dec 6, 2022
1 parent 8e9291f commit cbbdc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyperformance/_pyproject_toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def load_pyproject_toml(filename, *, name=None, tools=None, requirefiles=True):
if os.path.isfile(symlink):
print('following')
return load_pyproject_toml(
symlink, name=name, tools=tools, requireFiles=requireFiles
symlink, name=name, tools=tools, requirefiles=requirefiles
)

data = parse_pyproject_toml(text, rootdir, name,
Expand Down

0 comments on commit cbbdc0e

Please sign in to comment.