fredi-68 / OverScript

OverScript - Overwatch Workshop Script Compiler for Python 3
MIT License
6 stars 1 forks source link

attempting to build string using a single parameter as input results in error #14

Closed fredi-68 closed 5 years ago

fredi-68 commented 5 years ago

trying to build something like "{0}" results in an error. Workaround is using something like "{0} " (two spaces added at the end)

fredi-68 commented 5 years ago

fixed by adding a special case for single parameter only strings