We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f383a6 commit d70d6e1Copy full SHA for d70d6e1
nssp/delphi_nssp/pull.py
@@ -67,7 +67,8 @@ def get_source_data(params, logger):
67
sftp.stat(remote_file_name)
68
except IOError:
69
logger.warning(
70
- "Source backup for this date does not exist on the remote server.", missing_filename=remote_file_name
+ "Source backup for this date does not exist on the remote server.",
71
+ missing_filename=remote_file_name,
72
)
73
continue
74
sftp.get(remote_file_name, local_file_path, callback=callback_for_filename)
0 commit comments