mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
cleaned up some pylint errors
This commit is contained in:
parent
f981699c75
commit
cf131c9a5a
@ -1548,7 +1548,6 @@ def sftp_file(dest_path, contents=None, kwargs=None, local_file=None):
|
||||
if os.path.isdir(local_file):
|
||||
put_args = ['-r']
|
||||
|
||||
|
||||
log.debug('Uploading {0} to {1} (sfcp)'.format(dest_path, kwargs.get('hostname')))
|
||||
|
||||
ssh_args = [
|
||||
|
Loading…
Reference in New Issue
Block a user