You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#444 it seems the test will always pass, even before the change that, when verified by hand, permits window_name: '' to work (or else it'd default to zsh or whatever the shell name was for the window)
See if our filtering is negating '' as a falsey value. We want to keep those, if they exist.
tony
changed the title
list_windows: Check to see if we're filtering out window_name: ''
list_windows: We may be filtering out window_name: '' and '' values
Oct 2, 2022
#445 will address and additional issue where formats of empty
strings are potentially being filtered out as if they held no value.
In re: tmux-python/tmuxp#822
#444 it seems the test will always pass, even before the change that, when verified by hand, permits
window_name: ''
to work (or else it'd default tozsh
or whatever the shell name was for the window)See if our filtering is negating
''
as a falsey value. We want to keep those, if they exist.Fulll context: #444 (comment)
The text was updated successfully, but these errors were encountered: