Skip to content

Commit 066fbfc

Browse files
committed
More debug
1 parent ac16c44 commit 066fbfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def baked_with_development_dependencies(cookies):
3535
# falling back to using current Python
3636
bin_dir = str(Path(executable).parent) + '\\'
3737
print(bin_dir)
38-
print(list(bin_dir.iterdir()))
38+
print(list(Path(bin_dir).iterdir()))
3939
else:
4040
env_output = run(['python3', '-m', 'venv', 'env'], result.project)
4141
assert env_output.returncode == 0

0 commit comments

Comments
 (0)