Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed Jun 6, 2023
1 parent 192217a commit c36f13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openadapt/window/_windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_active_window_meta(active_window) -> dict:
if not active_window:
logger.warning(f"{active_window=}")
return None
logger.info(f"{active_window.get_properties()}=")
logger.info(f"{active_window.get_properties()=}")
return active_window.get_properties()


Expand Down

0 comments on commit c36f13e

Please sign in to comment.