Skip to content
Snippets Groups Projects
Commit 3859adb3 authored by Leo Gordon's avatar Leo Gordon
Browse files

why did I want it to fire in the first place?

parent a0b128a9
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,6 @@ sub CreateNewJob {
my $dbc = $analysis->adaptor->db->dbc;
my $insertion_method = ($dbc->driver eq 'sqlite') ? 'INSERT OR IGNORE' : 'INSERT IGNORE';
$insertion_method = 'INSERT'; # we are expecting this to fire
my $status = $blocked ? 'BLOCKED' : 'READY';
......
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