sholloway / agents-playground

MIT License
4 stars 0 forks source link

Newlines in project description field causes exception. #74

Open sholloway opened 1 year ago

sholloway commented 1 year ago

When creating a new project, if the user adds a new line (i.e. \n) to the DESCRIPTION field then the project cannot be loaded. The engine raises a TOML exception. tomllib.TOMLDecodeError: Found invalid character '\n'.

To Fix: