mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Debug
This commit is contained in:
parent
9580e43846
commit
5783d24652
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ def session_scp_upload(session, source_path, destination_path):
|
|||
source_path=shlex.quote(source_path),
|
||||
destination_path=shlex.quote(destination_path)
|
||||
)
|
||||
print('Running: {}'.format(scp_command))
|
||||
if os.system(scp_command) != 0:
|
||||
print('Command {} finished with a non-zero status'.format(scp_command))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue