mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +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
|
||||
for possibility in possibilities:
|
||||
|
||||
path = possibility.path.replace("\\","/")
|
||||
# If we match the suffix of the path ...
|
||||
if possibility.path.endswith(orig_dir):
|
||||
if path.endswith(orig_dir):
|
||||
|
||||
# ... use our new match
|
||||
return possibility
|
||||
|
|
Loading…
Reference in a new issue