зеркало из https://github.com/mozilla/gecko-dev.git
Bug 956715 - Allow missing "expires_in_version" in histogram definition. r=froydnj
This commit is contained in:
Родитель
85706e5c48
Коммит
84ced2847e
|
@ -172,7 +172,7 @@ is enabled."""
|
|||
|
||||
@staticmethod
|
||||
def check_expiration(name, definition):
|
||||
expiration = definition['expires_in_version']
|
||||
expiration = definition.get('expires_in_version')
|
||||
|
||||
if not expiration:
|
||||
return
|
||||
|
|
Загрузка…
Ссылка в новой задаче