Update __init__.py

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-01 14:40:05 -05:00 committed by GitHub
parent 72a12e96ba
commit bd996b8750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -409,10 +409,10 @@ def _versioned_checks(ref1, ref2, ds1, ds2, **weights):
for object1, object2 in pairs:
result = object_similarity(
object1, object2, ds1=ds1, ds2=ds2,
ignore_spec_version=ignore_spec_version,
versioning_checks=versioning_checks,
max_depth=max_depth, **weights,
object1, object2, ds1=ds1, ds2=ds2,
ignore_spec_version=ignore_spec_version,
versioning_checks=versioning_checks,
max_depth=max_depth, **weights,
)
if ref1 not in results:
results[ref1] = {"matched": ref2, "value": result}