When input kwarg is missing in i18n.merge_file() it was crashing with a
backtrace because of kwargs['input'][0]. That code was useless anyway
because CustomTarget now uses first output as default name which is what
we need here.
pull/9589/head
Xavier Claessens3 years agocommitted byEli Schwartz