From b868c8899f3ac541095f15386e5a0c2ef4c598b6 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Wed, 17 Jun 2009 18:58:12 +0000 Subject: [PATCH] Arg... spelling! --- htsworkflow/frontend/samples/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/samples/views.py b/htsworkflow/frontend/samples/views.py index 100f3a9..abc4c6e 100644 --- a/htsworkflow/frontend/samples/views.py +++ b/htsworkflow/frontend/samples/views.py @@ -320,7 +320,7 @@ def _make_eland_results(flowcell_id, lane, interesting_flowcells): if cur_fc is None: return [] - flowcell = Flowcell.objects.get(flowcell_id=flowcell_id) + flowcell = FlowCell.objects.get(flowcell_id=flowcell_id) # Loop throw storage devices if a result has been archived storage_id_list = [] if cur_fc is not None: -- 2.30.2