Skip to content

Commit edb9398

Browse files
committed
Merge branch 'stable' into beta
2 parents 7d4b80f + 8c62a58 commit edb9398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwnlib/tubes/ssh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ def _download_to_cache(self, remote, p):
14671467
self._download_raw(remote, local, p)
14681468

14691469
if not self._verify_local_fingerprint(fingerprint):
1470-
p.error('Could not download file %r' % remote)
1470+
self.error('Could not download file %r', remote)
14711471

14721472
return local
14731473

0 commit comments

Comments
 (0)