diff options
Diffstat (limited to 'tests/test_examplefiles.py')
-rw-r--r-- | tests/test_examplefiles.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_examplefiles.py b/tests/test_examplefiles.py index 4beaa0c7..d3d91241 100644 --- a/tests/test_examplefiles.py +++ b/tests/test_examplefiles.py @@ -38,7 +38,7 @@ def test_example_files(): code = code.decode('utf-8') except UnicodeError: code = code.decode('latin1') - + outfn = os.path.join(outdir, fn) lx = None |