From: Dana Jansens Date: Mon, 10 Feb 2003 15:41:11 +0000 (+0000) Subject: kill a warning X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=dd088e727ef6a12a180e4ac5005f1ec76808b8df;p=chaz%2Fopenbox kill a warning --- 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