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 c77277e commit c965577Copy full SHA for c965577
src/tmuxp/workspace/freezer.py
@@ -28,7 +28,7 @@ def inline(workspace_dict: t.Dict[str, t.Any]) -> t.Any:
28
workspace_dict["shell_command"] = workspace_dict["shell_command"][0]
29
30
if len(workspace_dict.keys()) == 1:
31
- workspace_dict = workspace_dict["shell_command"]
+ return workspace_dict["shell_command"]
32
if (
33
"shell_command_before" in workspace_dict
34
and isinstance(workspace_dict["shell_command_before"], list)
0 commit comments