Skip to content

Commit 68a3cdd

Browse files
committed
Update
[ghstack-poisoned]
1 parent 87bfc3d commit 68a3cdd

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
@@ -144,7 +144,7 @@ def write_to_python_file(cls, path: str) -> None:
144144
"""Creates a file similar to PyTorch core's `torch/version.py`."""
145145

146146
print(f"Writing version.py to {path}, cwd: {os.getcwd()}", file=sys.stderr)
147-
print(f"WD files: {list(os.listdir(os.getcwd()))}")
147+
print(f"WD files: {list(os.listdir(os.getcwd()))}", file=sys.stderr)
148148

149149
try:
150150
path1 = os.path.dirname(path)

0 commit comments

Comments
 (0)