Closed sujaypatil96 closed 3 years ago
I was trying to use the template-configurator to configure the sample CONFIG.yaml file from the linkml-model-template repo.
template-configurator
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.
UnicodeEncodeError
UTF-8
To test, run:
$ configure model/CONFIG.yaml --reset
PR #17 resolves this issue.
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 withUTF-8
encoding.To test, run: