From dc322e52da147a585e979c5d2abd5e5c17147c00 Mon Sep 17 00:00:00 2001 From: cclecle Date: Sun, 26 Mar 2023 20:38:00 +0100 Subject: [PATCH] fix quality cmd line --- helpers/types_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/types_check.py b/helpers/types_check.py index 62d17f0..26b7942 100644 --- a/helpers/types_check.py +++ b/helpers/types_check.py @@ -25,7 +25,7 @@ class types_check(helper_withresults_base): result = api.run( [ # project path "-p", - "src.pychangelogfactory", + "src." + cls.pyproject["project"]["name"], # analysis configuration # "--show-traceback", "--explicit-package-bases",