Skip to content

Commit f2a5242

Browse files
committed
Pre-release tested OK in Windows and Linux (not Wayland). macOS in multi-monitor setups, pending.
1 parent 6eb8e4e commit f2a5242

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_pywinbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_basic():
5151
assert not npw.isMaximized
5252

5353
if sys.platform == "darwin":
54-
myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=(npw.getAppName(), npw.title))
54+
myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=(npw.getAppName(), npw.title or ""))
5555
else:
5656
myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=npw.getHandle())
5757

0 commit comments

Comments
 (0)