RogueEdit / pyRogue

Educational Project
GNU Affero General Public License v3.0
50 stars 40 forks source link

SyntaxError: f-string: unmatched '(' #192

Closed Mehytes closed 3 months ago

Mehytes commented 3 months ago

What Operating System are you on - Android

Describe the bug - SyntaxError: f-string: unmatched '(' when trying to launch it

To Reproduce - Just launch it with Termux

Expected behavior Launch correctly

Screenshots - https://imgur.com/a/SPCTqfJ

JulianStiebler commented 3 months ago

Is fixed on the branch "fixes" already. Had a typo recently which caused above error. Currently no binary or release on that though, but you can download the branch and run from source. Also doesnt fail on every OS; somehow just on some people. For me it works to launch even with unterminated string; hence why i didnt noticed it before releasing.

https://github.com/RogueEdit/pyRogue/tree/fixes