mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
parent
c71b1c0f5c
commit
2a24ac65ae
@ -66,7 +66,7 @@ class LazyDict(collections.MutableMapping):
|
|||||||
|
|
||||||
def _missing(self, key):
|
def _missing(self, key):
|
||||||
'''
|
'''
|
||||||
Wheter or not the key is missing (meaning we know its not there)
|
Whether or not the key is missing (meaning we know it's not there)
|
||||||
'''
|
'''
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user