From cacb3d2017aafb3ff4dbbb891cfccadbd5c5994b Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 12 Apr 2024 19:22:33 -0400 Subject: [PATCH] fully cover: services/recipe/utils.py --- ntclient/services/recipe/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntclient/services/recipe/utils.py b/ntclient/services/recipe/utils.py index 63dbafc..eea0460 100644 --- a/ntclient/services/recipe/utils.py +++ b/ntclient/services/recipe/utils.py @@ -52,7 +52,7 @@ def recipes_overview() -> tuple: try: csv_utils.csv_recipe_print_tree() return 0, None - except FileNotFoundError: + except FileNotFoundError: # pragma: no covers print("WARN: no recipes found, create some or run: nutra recipe init") return 1, None -- 2.52.0