linkml / archived-template-configurator

Configuration utility for generating linkml models in the linkml-model-template
0 stars 2 forks source link

`UnicodeEncodeError` when trying to configure sample `model/CONFIG.yaml` file #16

Closed sujaypatil96 closed 3 years ago

sujaypatil96 commented 3 years ago

I was trying to use the template-configurator to configure the sample CONFIG.yaml file from the linkml-model-template repo.

I kept running into the following UnicodeEncodeError warning, and I suspect that it is because the file isn't being read with UTF-8 encoding.

image

To test, run:

$ configure model/CONFIG.yaml --reset
sujaypatil96 commented 3 years ago

PR #17 resolves this issue.