radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
181 stars 49 forks source link

fix only strings can be printed not ColorfulString #415

Closed fliiiix closed 3 years ago

fliiiix commented 3 years ago

fixes: #411

Writing to stdout needs to be a str or unicode and not a ColorfulString. This was missed in this instance to converte before writing.