audb icon indicating copy to clipboard operation
audb copied to clipboard

Use different loader when reading config file

Open frankenjoe opened this issue 1 year ago • 0 comments

Currently oyaml.BaseLoader is used to load the config file, which according to the documentation loads everything as a string:

image

Although, we currently have only strings in the config file, it could make sense to switch to a more advanced loader, e.g. oyaml.SafeLoader.

frankenjoe avatar Dec 19 '23 18:12 frankenjoe