Skip to content

raise exception (with name of faulty file) if empty YML file is present

Cyril Guilloud requested to merge 1ptiyml into master

raises exception (with name of faulty file) if empty YML file is present

...
RuntimeError: error in parsing filename:<pcsht/ttt.yml>,plugin:None,{}

It's better than: ... AttributeError: 'NoneType' object has no attribute 'iteritems'

Edited by Cyril Guilloud

Merge request reports