mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #45835 from kstreee/fix-missing-return-statement
Adds a missing return statement.
This commit is contained in:
commit
7a4b1b2e77
1 changed files with 1 additions and 1 deletions
|
@ -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=''):
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue