diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index c6147f63..6d7995ee 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -336,7 +336,7 @@ f.close() error = None if error: - print >> sys.stderr, error + logging.warning(error) continue try: |