evait-security / wami-templates

MIT License
0 stars 0 forks source link

Error in YAML Deserialization due to Invalid Formatting in pcf.yaml File #2

Closed NxtTAB closed 1 year ago

NxtTAB commented 1 year ago

The problem arises when the YAML file contains a colon (":") followed by a space, causing an error in the Rust deserializer. This issue needs to be addressed to ensure smooth reading and deserialization of YAML files.

NxtTAB commented 1 year ago

This has been tested. If we need to add a :, we can do so with ':'. It is not possible to enclose the hole phrase in '' because an extra ' will break the phrase. @FLX-0x00