diff --git a/apps/core/models.py b/apps/core/models.py index 94dd4f5..080d6b4 100644 --- a/apps/core/models.py +++ b/apps/core/models.py @@ -364,7 +364,7 @@ def row2list(items): if len(old_tests) > 0.5 * number_of_tests: self.__getLog().warning( "Probably is there something wrong with repo '%s'!!!\n" - "We want tu deactivate more then 50% of tests. Skipped." + "We want tu deactivate more then 50%% of tests. Skipped." % self.name) else: for test in old_tests: