Bug 956715 - Allow missing "expires_in_version" in histogram definition. r=froydnj

This commit is contained in:
Roberto A. Vitillo 2014-01-09 13:20:12 -05:00
parent 85706e5c48
commit 84ced2847e

View File

@ -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