diff options
Diffstat (limited to 'contrib/jb2bz.py')
-rw-r--r-- | contrib/jb2bz.py | 2 |
1 files changed, 0 insertions, 2 deletions
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, |