mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Register try as an alias for try_
This commit is contained in:
parent
b46964725c
commit
85ee506445
@ -25,7 +25,8 @@ __proxyenabled__ = ['*']
|
|||||||
# Don't shadow built-in's.
|
# Don't shadow built-in's.
|
||||||
__func_alias__ = {
|
__func_alias__ = {
|
||||||
'true_': 'true',
|
'true_': 'true',
|
||||||
'false_': 'false'
|
'false_': 'false',
|
||||||
|
'try_': 'try',
|
||||||
}
|
}
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user