Skip to content

Commit

Permalink
Enhance code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
dpratmarty committed Mar 15, 2024
1 parent d16bdd0 commit dee2988
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pywinauto_recorder/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ def move_window(element_path: Optional[UI_Selector] = None,
:return: Pywinauto wrapper of found window
:raises FailedSearch: if no element found
"""

window = find(element_path)
while window.handle is None:
window = window.parent()
Expand Down

0 comments on commit dee2988

Please sign in to comment.