-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Steps to reproduce
when I clone the repo and then try to launch main.py
Expected behavior
It shoud work
Actual behavior
multiple f-strings errors
Errors
No response
EmuHaven version
0.14.0 from git
Operating System
windows
Other details
every f-string is fucked up with incorrect quotation marks, for example in thread_event_manager.py on line 55
self.logger.warning(f"Event {event["id"]} returned no result")
it should be self.logger.warning(f"Event {event['id']} returned no result")
Acknowledgements
- I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
- I have written a short but informative title.
- I have updated the app to version 0.14.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels