mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
another patch
This commit is contained in:
parent
6e1ac19c44
commit
887b62efe6
|
@ -1007,8 +1007,9 @@ class Component:
|
||||||
# Iterate through all of the possibilities
|
# Iterate through all of the possibilities
|
||||||
for possibility in possibilities:
|
for possibility in possibilities:
|
||||||
|
|
||||||
|
path = possibility.path.replace("\\","/")
|
||||||
# If we match the suffix of the path ...
|
# If we match the suffix of the path ...
|
||||||
if possibility.path.endswith(orig_dir):
|
if path.endswith(orig_dir):
|
||||||
|
|
||||||
# ... use our new match
|
# ... use our new match
|
||||||
return possibility
|
return possibility
|
||||||
|
|
Loading…
Reference in a new issue