dont fail with inconsistent changelogs

This commit is contained in:
j 2014-05-19 03:36:37 +02:00
commit b6866cb2be
6 changed files with 9 additions and 7 deletions

View file

@ -60,7 +60,7 @@ class Parser(object):
}
...
'''
logger.debug('parse_condition %s', condition)
#logger.debug('parse_condition %s', condition)
if not 'value' in condition:
return None
k = condition.get('key', '*')