spyoungtech / ahk

Python wrapper for AutoHotkey with full type support. Harness the automation power of AutoHotkey with the beauty of Python.
MIT License
887 stars 66 forks source link

GH-289 fix message box in AHKv2 #290

Closed spyoungtech closed 6 months ago

spyoungtech commented 6 months ago

Fixes a problem where msg_box has missing arguments for the underlying call to AHKMsgBox, which results in an error being thrown when using AHKv2.

Resolves #289

coveralls commented 6 months ago

Coverage Status

coverage: 77.324% (-0.02%) from 77.346% when pulling 61d266385ab372b3106d49e382015a1b1d1cdcef on gh-289 into 245c84a396f2754cf9050b41d9b2c778b7a83af9 on main.