Skip to content

Commit d70d6e1

Browse files
committed
lint
1 parent 5f383a6 commit d70d6e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nssp/delphi_nssp/pull.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ def get_source_data(params, logger):
6767
sftp.stat(remote_file_name)
6868
except IOError:
6969
logger.warning(
70-
"Source backup for this date does not exist on the remote server.", missing_filename=remote_file_name
70+
"Source backup for this date does not exist on the remote server.",
71+
missing_filename=remote_file_name,
7172
)
7273
continue
7374
sftp.get(remote_file_name, local_file_path, callback=callback_for_filename)

0 commit comments

Comments
 (0)