Skip to content

f-string syntax errors #57

@bebertii

Description

@bebertii

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions