Kitware / wslink

Python/JavaScript library for communicating over WebSocket
https://kitware.github.io/wslink/
BSD 3-Clause "New" or "Revised" License
83 stars 27 forks source link

Invalid f-string #150

Closed banesullivan-kobold closed 1 year ago

banesullivan-kobold commented 1 year ago

https://github.com/Kitware/wslink/blob/9a6243c7029cda26a827590210783b030e49ca01/python/src/wslink/backends/aiohttp/__init__.py#L114

banesullivan-kobold commented 1 year ago

I see now that this was reffering to the following code block and a print statement is used there.

jourdain commented 1 year ago

Sure but the "f" could go away ;-)

banesullivan-kobold commented 1 year ago

Its handled in #152