utils.py
branchtls-sprint
changeset 1711 182536159750
parent 1705 d5e02874ae77
child 1751 59e9a4f5bfea
--- a/utils.py	Wed May 06 18:13:32 2009 +0200
+++ b/utils.py	Thu May 07 02:47:06 2009 -0700
@@ -72,6 +72,7 @@
     """
     assert not (incday and incmonth)
     begin = todate(begin)
+    end = todate(end)
     if incmonth:
         while begin < end:
             begin = next_month(begin, incmonth)