Commit 415b428e authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount Committed by Dylan William Hardison

Fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1427623 by setting (#57)

the priority on import
parent 7fd3bfed
......@@ -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," \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment