Skip to content

Commit

Permalink
Fix syntax error in the win32_monitor.py source file
Browse files Browse the repository at this point in the history
  • Loading branch information
drmfinlay committed Sep 12, 2022
1 parent 62ee214 commit 4a914d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragonfly/windows/win32_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"SetProcessDpiAwareness() received an invalid "
"argument: %d", value)
elif hresult == 0x80070005: # E_ACCESSDENIED
log.info("DPI awareness could not be set; it has been set ")
log.info("DPI awareness could not be set; it has been set "
"already.")
except OSError:
# Do nothing if SetProcessDpiAwareness() could not be called.
Expand Down

0 comments on commit 4a914d4

Please sign in to comment.