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

fix: datasette fstring incorrectly written #105

Closed simojo closed 11 months ago

simojo commented 11 months ago

This fixes a formatting error in a formatted string in database.py. A variable supposed to be printed in this 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.

  1. This will not affect coverage.

  2. Tested on NixOS 22.11.2301.cff83d5032a

simojo commented 11 months ago

closes #106

simojo commented 11 months ago

@laurennevill would you merge this when you have the chance?