Merge pull request #45835 from kstreee/fix-missing-return-statement

Adds a missing return statement.
This commit is contained in:
Erik Johnson 2018-02-02 16:51:40 -06:00 committed by GitHub
commit 7a4b1b2e77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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=''):
'''