aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/base.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-03-20 11:29:28 +0300
committerFrederick Muriuki Muriithi2024-03-20 11:29:28 +0300
commit2db9c5ef511ff6dbb09655524b51750b1a964d71 (patch)
tree1d4cd099dfdb6b4faebac626c201b17851fa585c /qc_app/templates/base.html
parent77fc426d35cf88af768dfac281e6a4979ed451fc (diff)
downloadgn-uploader-2db9c5ef511ff6dbb09655524b51750b1a964d71.tar.gz
Fix bug: correctly merge standard-error values in file to data in db
`read_datavalues(…)` function returns a dict of the form: ``` { ProbeSetName01: ({…}, …), ProbeSetName02: ({…}, …), ︙ } ``` Previously, the generator would thus try to index into the keys of the datavalues, which were strings, leading to an error. This commit changes the generator to return the values of the datavalues dict as a flattened list of values.
Diffstat (limited to 'qc_app/templates/base.html')
0 files changed, 0 insertions, 0 deletions