Remove broken check from salt-cp

This commit is contained in:
Thomas S Hatch 2011-04-13 22:59:51 -06:00
parent 7f775a9f68
commit 7f0775bf2f

View File

@ -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 = ''