From 7c19c62edc4d2d5ff1f55f5a7e7db20a5c3b09d3 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Thu, 26 Apr 2012 15:04:37 +0200 Subject: [PATCH] =?UTF-8?q?[wiki/macro/EventCalendar]=20=C3=A0=20quoi=20bo?= =?UTF-8?q?n=20reporter=20les=20erreurs=20=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 32a1b71268828986bb82a830f6503aeb darcs-hash:20120426130437-bd074-e054f1d3b5cf62069a252f3b0b9f12181bf111ea.gz --- wiki/macro/EventCalendar.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wiki/macro/EventCalendar.py b/wiki/macro/EventCalendar.py index 1ae435bd..3a9b3683 100644 --- a/wiki/macro/EventCalendar.py +++ b/wiki/macro/EventCalendar.py @@ -2268,7 +2268,8 @@ def geteventfield(detail): endtime = '' if not (enddate or endtime): - raise EventcalError('invalid_end') + pass + #raise EventcalError('invalid_end') else: enddate = ''