jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.52k stars 1.01k forks source link

Add workaround for python 2 % vs + presedence issue #725

Open petterreinholdtsen opened 3 years ago

petterreinholdtsen commented 3 years ago

The prompt showed '%s' instead of the list of engines without this change.

petterreinholdtsen commented 3 years ago

It could also be solved using () around the string, but I went with this approach instead.