FAIRmat-NFDI / pynxtools

https://fairmat-nfdi.github.io/pynxtools/
Apache License 2.0
12 stars 8 forks source link

Allow writing of `:` in yaml #81

Closed domna closed 11 months ago

domna commented 1 year ago

With #78 colons need to be escaped with quotes in yaml (':') and are automatically added when converting nxdl to yaml. Eventually, writing : should be allowed for convenience. This should also be allowed by PyYAML as long as the line is correctly enclosed with quotes or piped.

RubelMozumder commented 11 months ago

This is resolved with the current version of nyaml converter. @domna I will close it If you do not have any concern.

domna commented 11 months ago

ok