Adds a missing return statement.

This commit is contained in:
kstreee 2018-02-02 14:22:49 +09:00
parent f234bf52f4
commit 68c7f3dcba
No known key found for this signature in database
GPG key ID: 43F5F108E2B7859E

View file

@ -1241,7 +1241,7 @@ class RemoteClient(Client):
load = {'saltenv': saltenv,
'prefix': prefix,
'cmd': '_file_list_emptydirs'}
self.channel.send(load)
return self.channel.send(load)
def dir_list(self, saltenv='base', prefix=''):
'''