arvydas / blinkstick-python

BlinkStick Python interface to control devices connected to the computer
Other
136 stars 53 forks source link

Fix print statement in setup.py for 'unable to find version' message #90

Open iamjpotts opened 1 year ago

iamjpotts commented 1 year ago

format() is mistakenly called on return value of print() instead of on the format string.

Fixes the typeo so the intended error message will be printed and intended exception thrown.