Blob Blame History Raw
From 6a2920855b219c54be864cce98bd448c615f4f3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
Date: Sun, 28 Feb 2016 12:16:44 -0500
Subject: [PATCH] OSError is used under Python 3

---
 test/test-igorpy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-igorpy.py b/test/test-igorpy.py
index 1f88927e35..a015b33ea0 100644
--- a/test/test-igorpy.py
+++ b/test/test-igorpy.py
@@ -170,7 +170,7 @@ Try to load a binary wave:
 >>> d = igor.load(path)
 Traceback (most recent call last):
    ...
-IOError: final record too long; bad pxp file?
+OSError: final record too long; bad pxp file?
 """
 
 import os.path
-- 
2.5.0