Skip to content
Snippets Groups Projects

upgrade inspection plots and summary pages

Merged Nico Vermaas requested to merge sdch-3725-show-combined-list-of-plots into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
@@ -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]
Loading