From 618ab9c692e866cb2b0630e1113646b90a1fba69 Mon Sep 17 00:00:00 2001 From: jevans Date: Wed, 5 Jun 2013 22:37:29 -0400 Subject: [PATCH] Redoing fix that was somehow backed out? Closes #18. --- glymur/test/test_printing.py | 1 + 1 file changed, 1 insertion(+) diff --git a/glymur/test/test_printing.py b/glymur/test/test_printing.py index 8b7ba34..7680377 100644 --- a/glymur/test/test_printing.py +++ b/glymur/test/test_printing.py @@ -689,6 +689,7 @@ class TestPrinting(unittest.TestCase): # Now append the codestream. tfile2.write(codestream) + tfile2.flush() jasoc = glymur.Jp2k(tfile2.name) print(jasoc.box[3])