Skip to content

Allow to ignore undefined variables

Florent Aide requested to merge bitbucket/merged-pr-10 into branch/default

Created originally on Bitbucket by bjoernricks (Björn Ricks)

Was already merged in Bitbucket before import, marked as merged by the import user

In my use case the data source often provides no values at all for empty lists. Therefore I'll need an option to ignore the UndefinedError from Genshi.

Merge request reports