Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit e6fd50c

Browse files
committed
Fix missing matchlevel from checksettings in output
1 parent eee05c3 commit e6fd50c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eyes_core/applitools/core/match_window_task.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ def perform_match(
167167
image_match_settings, regions, region_selectors
168168
)
169169

170+
if check_settings.values.match_level is not None:
171+
image_match_settings.match_level = check_settings.values.match_level
172+
170173
user_inputs = user_inputs or []
171174
agent_setup = self._eyes.agent_setup
172175
return self._perform_match(

0 commit comments

Comments
 (0)