Skip to content

Commit

Permalink
BSC-17926: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lkearney-arista committed May 31, 2024
1 parent 09dc07f commit 9e20569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybsn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def __repr__(self):
def _normalize(v):
""" Helper method to normalize query values """
if type(v) == bool:
# replace to use JSON type booleans, not Python
# replace to use booleans to use strings in JSON-boolean style
if v:
return "'true'"
else:
Expand Down

0 comments on commit 9e20569

Please sign in to comment.