Skip to content
Snippets Groups Projects
Commit c1dd9694 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'sdch-3725-show-combined-list-of-plots' into 'master'

upgrade inspection plots and summary pages

See merge request !271
parents dbdbdd5d bd613848
No related branches found
No related tags found
1 merge request!271upgrade inspection plots and summary pages
Pipeline #41201 passed
...@@ -741,6 +741,8 @@ def construct_summary(task): ...@@ -741,6 +741,8 @@ def construct_summary(task):
title = "" title = ""
totals = "" totals = ""
results = "" results = ""
total_size_input = 0
total_size_output = 0
sas_id = task.sas_id sas_id = task.sas_id
title = "<h4>Summary File for SAS_ID " + task.sas_id + "</h4> " title = "<h4>Summary File for SAS_ID " + task.sas_id + "</h4> "
...@@ -753,9 +755,6 @@ def construct_summary(task): ...@@ -753,9 +755,6 @@ def construct_summary(task):
try: try:
summary = task.quality_json["summary"] summary = task.quality_json["summary"]
total_size_input = 0
total_size_output = 0
for key in summary: for key in summary:
record = summary[key] record = summary[key]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment