buildpg icon indicating copy to clipboard operation
buildpg copied to clipboard

convert True and False

Open samuelcolvin opened this issue 6 years ago • 0 comments

if isinstance(v, bool):
    return str(v).lower()

On Var.__init__

samuelcolvin avatar May 02 '19 15:05 samuelcolvin