We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5f536 commit dc190e2Copy full SHA for dc190e2
src/tmuxp/workspace/builder.py
@@ -387,7 +387,7 @@ def iter_create_windows(
387
target = "panes"
388
else:
389
target = "windows"
390
- logging.warning(
+ logger.warning(
391
f"Cannot set environment for new {target}. "
392
"You need tmux 3.0 or newer for this."
393
)
@@ -470,7 +470,7 @@ def get_pane_shell():
470
# configuration as a warning for the window was already issued when
471
# the window was created.
472
if pconf.get("environment"):
473
474
"Cannot set environment for new panes. "
475
476
0 commit comments