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
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