We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c0dbe commit bc0ae6eCopy full SHA for bc0ae6e
pathspec/util.py
@@ -49,7 +49,7 @@ def iter_tree(root):
49
abspath = os.path.abspath(parent)
50
if real != abspath and real in abspath:
51
# if real is a parent of current parent
52
- raise util.RecursionError(real_path=real, first_path=memo[real], second_path=parent)
+ raise RecursionError(real_path=real, first_path=memo[real], second_path=parent)
53
else:
54
# not recursion, just a sideways link
55
continue
0 commit comments