Skip to content

Commit a298559

Browse files
committed
Replace old name IOError with OSError
1 parent 49d1f87 commit a298559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
try:
44
long_description = open('README.rst').read()
5-
except IOError:
5+
except OSError:
66
long_description = ''
77

88
setup(

0 commit comments

Comments
 (0)