Skip to content

Commit d0c9353

Browse files
committed
Add message for tty.die
1 parent 2ccbf5d commit d0c9353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ramble/ramble/workspace/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def get_workspace_path():
284284
path_in_config = ramble.config.get('config:workspace_dirs')
285285
if not path_in_config:
286286
# command above should have worked, so if it doesn't, error out:
287-
tty.die()
287+
tty.die('No config:workspace_dirs setting found in configuration!')
288288

289289
wspath = ramble.util.path.canonicalize_path(str(path_in_config))
290290
return wspath

0 commit comments

Comments
 (0)