From b4c88233aa6dabd2d9301350a240b8ddcf09255a Mon Sep 17 00:00:00 2001 From: necoro <> Date: Fri, 16 Feb 2007 18:14:08 +0000 Subject: Use icon instead of the asterisk Renamed wrong param name "allowed" to "use_keywords" in package.is_testing() --- portato/backend/flags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/backend/flags.py') diff --git a/portato/backend/flags.py b/portato/backend/flags.py index d1187c9..a7ba125 100644 --- a/portato/backend/flags.py +++ b/portato/backend/flags.py @@ -542,7 +542,7 @@ def set_testing (pkg, enable): if (enable and line != "-1") or (not enable and line == "-1"): newTesting[cpv].remove((file, line)) - if (enable and not pkg.is_testing(allowed=True)) or (not enable and pkg.is_testing(allowed=True)): + if (enable and not pkg.is_testing(use_keywords=True)) or (not enable and pkg.is_testing(use_keywords=True)): return if not enable: -- cgit v1.2.3-70-g09d2