Skip to content

Commit 9fa2548

Browse files
committed
updated METS package publishing + tests
1 parent 552468a commit 9fa2548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ted_sws/notice_publisher/adapters/sftp_notice_publisher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def connect(self):
3434

3535
ssh_client = paramiko.SSHClient()
3636
ssh_client.set_missing_host_key_policy(paramiko.AutoAddPolicy())
37-
ssh_client.connect(self.hostname, username=self.username, password=self.password,
37+
ssh_client.connect(self.hostname, username=self.username,
3838
pkey=self.private_key, port=self.port)
3939
self._ssh = ssh_client
4040
self._sftp = ssh_client.open_sftp()

0 commit comments

Comments
 (0)