Skip to content

Fix name clash caused by directory "yaml"

Thomas Juerges requested to merge fix_yaml_name_clash into master

I renamed it from "yaml" to "YAML" because the statement import yaml just loads the yaml directory instead of importing the yaml module that can load yaml files.

Edited by Thomas Juerges

Merge request reports