pgnotify icon indicating copy to clipboard operation
pgnotify copied to clipboard

Update notify.py

Open Shridharr050 opened this issue 4 years ago • 1 comments

Correcting syntax error at logging.

Shridharr050 avatar Feb 03 '21 13:02 Shridharr050

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?

FelixSchwarz avatar Mar 29 '21 11:03 FelixSchwarz