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 2ccbf5d commit d0c9353Copy full SHA for d0c9353
lib/ramble/ramble/workspace/workspace.py
@@ -284,7 +284,7 @@ def get_workspace_path():
284
path_in_config = ramble.config.get('config:workspace_dirs')
285
if not path_in_config:
286
# command above should have worked, so if it doesn't, error out:
287
- tty.die()
+ tty.die('No config:workspace_dirs setting found in configuration!')
288
289
wspath = ramble.util.path.canonicalize_path(str(path_in_config))
290
return wspath
0 commit comments