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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pywinbox.py

+1-1
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)