AstuteSource / chasten

:dizzy: Chasten Uses XML and XPATH to Check a Python Program's AST for Specified Patterns!
https://pypi.org/project/chasten/
GNU General Public License v2.0
7 stars 8 forks source link

Missing `f` for formatted string in `database.py` #106

Closed simojo closed 8 months ago

simojo commented 8 months ago

A variable supposed to be printed in database.py would not have had its value read because the formatted string was missing the f character that prefixes a python string to make it a formatted one. https://github.com/AstuteSource/chasten/blob/ec287c8656216d788843c14339df49b51b9f3615/chasten/database.py#L227 Note how there is no f prefixing the string.