Skip to content

Commit ac54a77

Browse files
authored
Revert debugging change (python#268)
1 parent ee55b01 commit ac54a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ def upload_files_to_server(db: ReleaseShelf, server: str) -> None:
731731
transport = client.get_transport()
732732
assert transport is not None, f"SSH transport to {server} is None"
733733

734-
destination = Path(f"/home/{db['ssh_user']}/{db['release']}")
734+
destination = Path(f"/home/psf-users/{db['ssh_user']}/{db['release']}")
735735
ftp_client = MySFTPClient.from_transport(transport)
736736
assert ftp_client is not None, f"SFTP client to {server} is None"
737737

0 commit comments

Comments
 (0)