]> Nutra Git (v2) - nutratech/cli.git/commitdiff
fully cover: services/recipe/utils.py
authorShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 23:22:33 +0000 (19:22 -0400)
committerShane Jaroch <chown_tee@proton.me>
Fri, 12 Apr 2024 23:22:33 +0000 (19:22 -0400)
ntclient/services/recipe/utils.py

index 63dbafc02a3d1026750377209772f2dcb67c78dd..eea0460b493f395109e472e7e2e60abf3324ae39 100644 (file)
@@ -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