mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update mongo_future_return.py
This commit is contained in:
parent
34b160b841
commit
44ef4b48fb
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ def returner(ret):
|
|||
# save returns in the saltReturns collection in the json format:
|
||||
# { 'minion': <minion_name>, 'jid': <job_id>, 'return': <return info with dots removed>,
|
||||
# 'fun': <function>, 'full_ret': <unformatted return with dots removed>}
|
||||
#
|
||||
#
|
||||
# again we run into the issue with deprecated code from previous versions
|
||||
|
||||
if float(version) > 2.3:
|
||||
|
|
Loading…
Add table
Reference in a new issue