Mercurial > getan
diff ChangeLog @ 34:a9f2e8fd8970
'NoneType' time values don't break getan while switching time mode anymore (issue1575).
author | Ingo Weinzierl <ingo_weinzierl@web.de> |
---|---|
date | Thu, 02 Sep 2010 20:26:52 +0200 |
parents | f96a18c10836 |
children | e6f81aa329b1 |
line wrap: on
line diff
--- a/ChangeLog Tue Aug 31 19:37:37 2010 +0200 +++ b/ChangeLog Thu Sep 02 20:26:52 2010 +0200 @@ -1,3 +1,10 @@ +2010-09-02 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + ISSUE1575 + + * getan/view.py: Verify that time values are not null before adding them to + total time. Avoids getan crashing while switching the time mode. + 2010-08-31 Ingo Weinzierl <ingo.weinzierl@intevation.de> * getan.py, getan/backend.py: Made getan Python-2.4 compatible.