Skip to content

Commit 7ddbc04

Browse files
committed
Update
[ghstack-poisoned]
1 parent 68a3cdd commit 7ddbc04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ def write_to_python_file(cls, path: str) -> None:
145145

146146
print(f"Writing version.py to {path}, cwd: {os.getcwd()}", file=sys.stderr)
147147
print(f"WD files: {list(os.listdir(os.getcwd()))}", file=sys.stderr)
148+
print(f"Pip out: {list(os.listdir(os.getcwd() + "/pip-out"))}", file=sys.stderr)
148149

149150
try:
150151
path1 = os.path.dirname(path)

0 commit comments

Comments
 (0)