diff options
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index d5f9726..92a8987 100644 --- a/testsuite.py +++ b/testsuite.py @@ -3111,7 +3111,7 @@ def equal_configs(): try: f = open("._config") - except IOError as e: + except EnvironmentError as e: if e.errno != errno.ENOENT: raise print("._config not found. Did you forget to apply the Makefile patch?") |
