mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
make dummy proxy module py3 compatible
This commit is contained in:
parent
8736e21f65
commit
b295ec0429
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ def service_list():
|
|||
List "services" on the REST server
|
||||
'''
|
||||
DETAILS = _load_state()
|
||||
return DETAILS['services'].keys()
|
||||
return list(DETAILS['services'])
|
||||
|
||||
|
||||
def service_status(name):
|
||||
|
|
Loading…
Add table
Reference in a new issue