Skip to content

Conversation

@Shridharr050
Copy link

Correcting syntax error at logging.

Correcting syntax error at logging.
@FelixSchwarz
Copy link

This is the wrong way to fix this. Basically you are removing f-strings which are a Python 3.6 feature. pyproject.toml indicates that this project is to be used with Python 3.6+ so using f-strings should be fine. If you need to remove the f-strings you should ensure that the variables still appear in the log messages.

Which version of Python are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants