Skip to content

Commit 04c7a05

Browse files
committed
Update
[ghstack-poisoned]
1 parent e8531a4 commit 04c7a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def string(cls) -> str:
143143
def write_to_python_file(cls, path: str) -> None:
144144
"""Creates a file similar to PyTorch core's `torch/version.py`."""
145145

146-
print(f"Writing version.py to {path}", file=sys.stderr)
146+
print(f"Writing version.py to {path}, cwd: {os.getcwd()}", file=sys.stderr)
147147

148148
path1 = os.path.dirname(path)
149149
path2 = os.path.dirname(path1)

0 commit comments

Comments
 (0)