Skip to content

Commit cbbdc0e

Browse files
committed
Fix typo
1 parent 8e9291f commit cbbdc0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyperformance/_pyproject_toml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def load_pyproject_toml(filename, *, name=None, tools=None, requirefiles=True):
9090
if os.path.isfile(symlink):
9191
print('following')
9292
return load_pyproject_toml(
93-
symlink, name=name, tools=tools, requireFiles=requireFiles
93+
symlink, name=name, tools=tools, requirefiles=requirefiles
9494
)
9595

9696
data = parse_pyproject_toml(text, rootdir, name,

0 commit comments

Comments
 (0)