]> git.puffer.fish Git - mirror/frr.git/commit
topotests: python3, fix error ValueError: can't have unbuffered text I/O
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Nov 2020 09:32:51 +0000 (09:32 +0000)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Nov 2020 16:31:42 +0000 (16:31 +0000)
commit0e232bb883644c8bf7c82a6f6fbaba91ed5af91a
tree9b5c058129199b51c40306cc14545bf36bfc4da6
parent6cb6c403f1895553d8637c0e8d219cd632455403
topotests: python3, fix error ValueError: can't have unbuffered text I/O

This error occurs when passing some 0 values to open() extra argument.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/lib/lutil.py