Skip to content

Commit

Permalink
Make call to raise py3 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcdougall committed Oct 12, 2012
1 parent 6df938a commit e5680ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/make.py
Expand Up @@ -102,7 +102,7 @@ def copytree(src, dst, symlinks=False, ignore=None):
else:
errors.extend((src, dst, str(why)))
if errors:
raise Error, errors
raise Error(errors)

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

Expand Down

0 comments on commit e5680ab

Please sign in to comment.