diff options
-rwxr-xr-x | contrib/jb2bz.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/jb2bz.py b/contrib/jb2bz.py index 252767f71..caaa0c5e2 100755 --- a/contrib/jb2bz.py +++ b/contrib/jb2bz.py @@ -228,6 +228,7 @@ def process_jitterbug(filename): try: cursor.execute( "INSERT INTO bugs SET " \ "bug_id=%s," \ + "priority='---'," \ "bug_severity='normal'," \ "bug_status=%s," \ "creation_ts=%s," \ |