mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +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.
|
||||
__func_alias__ = {
|
||||
'true_': 'true',
|
||||
'false_': 'false'
|
||||
'false_': 'false',
|
||||
'try_': 'try',
|
||||
}
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user