mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42704 from whiteinge/expr_form-warn-scope-bug
Add import to work around likely multiprocessing scoping bug
This commit is contained in:
commit
5d5b22021b
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ class LocalClient(object):
|
|||
{'stewart': {...}}
|
||||
'''
|
||||
if 'expr_form' in kwargs:
|
||||
import salt
|
||||
salt.utils.warn_until(
|
||||
'Fluorine',
|
||||
'The target type should be passed using the \'tgt_type\' '
|
||||
|
|
Loading…
Add table
Reference in a new issue