commit | 1654d74e9a6250491bfb923424c4cf83af2af7a6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 25 11:48:50 2012 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 25 11:48:50 2012 -0400 |
tree | ec3486c311f2dfcc5fb57f6dc99f471206b2d08d | |
parent | a820c7ca707f2c073acf560cedf4a1c723854276 [diff] [blame] |
switch assertion to an explicit ValueError
diff --git a/Lib/lib2to3/refactor.py b/Lib/lib2to3/refactor.py index 7cd034a..38fb8ed 100644 --- a/Lib/lib2to3/refactor.py +++ b/Lib/lib2to3/refactor.py
@@ -445,7 +445,7 @@ try: find_root(node) - except AssertionError: + except ValueError: # this node has been cut off from a # previous transformation ; skip continue