diff options
Diffstat (limited to 'msvc9compiler.py')
| -rw-r--r-- | msvc9compiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc9compiler.py b/msvc9compiler.py index b3f6ce10..9688f200 100644 --- a/msvc9compiler.py +++ b/msvc9compiler.py @@ -729,7 +729,7 @@ class MSVCCompiler(CCompiler) : return manifest_file finally: manifest_f.close() - except IOError: + except OSError: pass # -- Miscellaneous methods ----------------------------------------- |
