mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
inline return
This commit is contained in:
parent
df02e9aa1e
commit
1ed375b58a
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ def master():
|
|||
|
||||
salt-run jobs.master
|
||||
'''
|
||||
jobs = salt.utils.master.get_running_jobs(__opts__)
|
||||
return jobs
|
||||
return salt.utils.master.get_running_jobs(__opts__)
|
||||
|
||||
|
||||
def active(display_progress=False):
|
||||
|
|
Loading…
Add table
Reference in a new issue