From dd088e727ef6a12a180e4ac5005f1ec76808b8df Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 10 Feb 2003 15:41:11 +0000 Subject: [PATCH] kill a warning --- scripts/focus.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/focus.py b/scripts/focus.py index 3bbf600f..dbaf4bc4 100644 --- a/scripts/focus.py +++ b/scripts/focus.py @@ -48,10 +48,9 @@ def _remove(client): raise ValueError("_remove(x): x not in _clients list.") def _focused(data): - global _clients + global _clients, _skip if _skip: - global _skip _skip -= 1 return -- 2.39.2