]> granicus.if.org Git - graphviz/commit
fix some comparisons between booleans and ints in rtest
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 17 Oct 2020 22:00:06 +0000 (15:00 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 24 Oct 2020 02:16:10 +0000 (19:16 -0700)
commit61e5806264e46458ba4283998db28af5943a26fb
treefbb7074747fb9e96e74a3b86ab9ef37475065ff0
parent3329c9e44d551d4b71b02c55673eb7c5ab1f244e
fix some comparisons between booleans and ints in rtest

This all worked fine, but for consistency we should be treating these variables
as booleans everywhere.
rtest/rtest.py