diff options
Diffstat (limited to 'test/test_flow.py')
-rw-r--r-- | test/test_flow.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_flow.py b/test/test_flow.py index 085801af..21d64f95 100644 --- a/test/test_flow.py +++ b/test/test_flow.py @@ -742,7 +742,7 @@ class TestFlowMaster: with tutils.tmpdir() as tdir: p = os.path.join(tdir, "foo") def r(): - r = flow.FlowReader(open(p)) + r = flow.FlowReader(open(p,"rb")) return list(r.stream()) s = flow.State() |