mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-25 22:13:26 -04:00
convert SSH_KEY from PosixPath to str
This commit is contained in:
parent
2b40901294
commit
96b68fc50f
@ -68,7 +68,7 @@ def make_archive(archive_name, file_to_archives):
|
||||
|
||||
|
||||
def scp(what, where):
|
||||
command = ['scp', '-i', SSH_KEY, what, where]
|
||||
command = ['scp', '-i', str(SSH_KEY), what, where]
|
||||
subprocess.check_call(command)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user