From: Dana Jansens Date: Tue, 4 Feb 2003 12:44:03 +0000 (+0000) Subject: cleaner syntax X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=833276412e076c8da83460ba58e251886a58c353;p=chaz%2Fopenbox cleaner syntax --- diff --git a/scripts/historyplacement.py b/scripts/historyplacement.py index d4e7d465..815b31cb 100644 --- a/scripts/historyplacement.py +++ b/scripts/historyplacement.py @@ -75,10 +75,8 @@ def _load(data): _data.append([]) _data[data.screen].append(state) - except ValueError: - pass - except IndexError: - pass + except ValueError: pass + except IndexError: pass file.close() def _save(data):