Skip to content

Commit 222e742

Browse files
committed
Make call to raise py3 compatible
1 parent 91319b1 commit 222e742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def copytree(src, dst, symlinks=False, ignore=None):
102102
else:
103103
errors.extend((src, dst, str(why)))
104104
if errors:
105-
raise Error, errors
105+
raise Error(errors)
106106

107107
### End compatibility block for pre-v2.6 ###
108108

0 commit comments

Comments
 (0)