mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Remove broken check from salt-cp
This commit is contained in:
parent
7f775a9f68
commit
7f0775bf2f
@ -7,8 +7,6 @@ def recv(files, dest):
|
||||
'''
|
||||
Used with salt-cp, pass the files dict, and the destination
|
||||
'''
|
||||
if not os.path.isdir(dest) or not os.path.isdir(os.path.dirname(dest)):
|
||||
return 'Destination not available'
|
||||
ret = {}
|
||||
for path, data in files.items():
|
||||
final = ''
|
||||
|
Loading…
Reference in New Issue
Block a user