Skip to content

Commit bc0ae6e

Browse files
committedMay 5, 2015
Update util.py
1 parent 89c0dbe commit bc0ae6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pathspec/util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def iter_tree(root):
4949
abspath = os.path.abspath(parent)
5050
if real != abspath and real in abspath:
5151
# if real is a parent of current parent
52-
raise util.RecursionError(real_path=real, first_path=memo[real], second_path=parent)
52+
raise RecursionError(real_path=real, first_path=memo[real], second_path=parent)
5353
else:
5454
# not recursion, just a sideways link
5555
continue

0 commit comments

Comments
 (0)