]> granicus.if.org Git - graphviz/commit
gvtest.py: also allow 'dst' parameter to be a string
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 5 Sep 2021 23:23:18 +0000 (16:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 13 Sep 2021 14:45:59 +0000 (07:45 -0700)
commitfa090110281571f746d9646f40f939a69154fd93
tree3c7a919ae47f47c9d4ebabd5583df267845a1a5f
parentfb175c2113900d7b63794a33020ceb046d96ab64
gvtest.py: also allow 'dst' parameter to be a string

Allowing both `pathlib.Path` and string is more consistent with what 'dst' can
be within this function.
rtest/gvtest.py