From: Brandon King Date: Wed, 17 Jun 2009 18:58:12 +0000 (+0000) Subject: Arg... spelling! X-Git-Tag: 0.2.4~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=b868c8899f3ac541095f15386e5a0c2ef4c598b6 Arg... spelling! --- 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: