Commit 872fa61
committed
cli/add_from_fs(fix[error-handling]): Use early return instead of raise in exception handler
why: Match established error handling patterns in the codebase
what:
- Change raise to return in save_config_yaml exception handler
- Maintains consistency with other modules' error handling approach1 parent e259628 commit 872fa61
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
327 | | - | |
| 327 | + | |
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
| |||
0 commit comments