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 fc8fff8 commit eaec3e7Copy full SHA for eaec3e7
src/tmuxp/workspace/finders.py
@@ -153,11 +153,21 @@ def find_workspace_file(
153
Parameters
154
----------
155
workspace_file : str
156
- workspace file, valid examples:
+ Workspace file, valid examples:
157
158
- a file name, my_workspace.yaml
159
- relative path, ../my_workspace.yaml or ../project
160
- a period, .
161
+
162
+ Returns
163
+ -------
164
+ str
165
+ Resolved absolute path to workspace file.
166
167
+ Raises
168
+ ------
169
+ FileNotFoundError
170
+ If workspace file cannot be found.
171
"""
172
if not workspace_dir:
173
workspace_dir = get_workspace_dir()
0 commit comments