Skip to content

Commit 99e4d5d

Browse files
committed
Add debugging info
1 parent b4871bd commit 99e4d5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyperformance/_pyproject_toml.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def load_pyproject_toml(filename, *, name=None, tools=None, requirefiles=True):
8484

8585
with open(filename, encoding="utf-8") as infile:
8686
text = infile.read()
87+
print("TOML", filename, repr(text))
8788
data = parse_pyproject_toml(text, rootdir, name,
8889
tools=tools,
8990
requirefiles=requirefiles,

0 commit comments

Comments
 (0)