Skip to content

Fix digdelv test

Matthijs Mekking requested to merge matthijs-fix-digdelv-yamlget into master

The yamlget.py file was changed in !3311 (merged) as part of making the python code pylint and flake8 compliant. This omitted setting 'item' to 'item[key]' which caused the digdelv yaml tests to fail.

Merge request reports