mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adds a missing return statement.
This commit is contained in:
parent
f234bf52f4
commit
68c7f3dcba
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