From d9e238bc897b7614a81784dbebc69b9a155c9539 Mon Sep 17 00:00:00 2001 From: "justdave%bugzilla.org" <> Date: Sun, 30 Jan 2005 12:22:27 +0000 Subject: Backing out the checking from bug 257315 until it gets corrected. It prevents new bugs from being filed. a=justdave --- contrib/jb2bz.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/jb2bz.py') diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index ed8231dfc..dbd47ea7a 100644 --- a/contrib/jb2bz.py +++ b/contrib/jb2bz.py @@ -208,7 +208,6 @@ def process_jitterbug(filename): "bug_severity='normal'," \ "bug_status=%s," \ "creation_ts=%s," \ - "delta_ts=%s," \ "short_desc=%s," \ "product=%s," \ "rep_platform='All'," \ @@ -220,7 +219,6 @@ def process_jitterbug(filename): [ current['number'], bug_status, time.strftime("%Y-%m-%d %H:%M:%S", current['date-reported'][:9]), - time.strftime("%Y-%m-%d %H:%M:%S", current['date-reported'][:9]), current['short-description'], product, reporter, -- cgit v1.2.3-24-g4f1b