From 3859adb3cd8f9a11f5d12130eed5c302d8abd68a Mon Sep 17 00:00:00 2001 From: Leo Gordon <lg4@ebi.ac.uk> Date: Wed, 11 May 2011 20:54:24 +0000 Subject: [PATCH] why did I want it to fire in the first place? --- modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm b/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm index 9aff0b1d6..2369fbdcf 100644 --- a/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm +++ b/modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm @@ -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'; -- GitLab