We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb8e4e commit f2a5242Copy full SHA for f2a5242
tests/test_pywinbox.py
@@ -51,7 +51,7 @@ def test_basic():
51
assert not npw.isMaximized
52
53
if sys.platform == "darwin":
54
- myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=(npw.getAppName(), npw.title))
+ myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=(npw.getAppName(), npw.title or ""))
55
else:
56
myPyBox = pywinbox.PyWinBox(onQuery=pywinbox.defaultOnQuery, onSet=pywinbox.defaultOnSet, handle=npw.getHandle())
57
0 commit comments