Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dccbb68

Browse filesBrowse files
committed
fix: Deprecation warning in Window.children
1 parent 09fd941 commit dccbb68
Copy full SHA for dccbb68

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/libtmux/window.py

Copy file name to clipboardExpand all lines: src/libtmux/window.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def children(self) -> QueryList[Pane]:
10541054
10551055
"""
10561056
warnings.warn(
1057-
"Server.children is deprecated",
1057+
"Window.children is deprecated",
10581058
category=DeprecationWarning,
10591059
stacklevel=2,
10601060
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.