summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_live_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_live_status.py')
-rwxr-xr-xbin/reproducible_html_live_status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py
index a1dea9e0..e1a3d8c2 100755
--- a/bin/reproducible_html_live_status.py
+++ b/bin/reproducible_html_live_status.py
@@ -13,7 +13,7 @@ from reproducible_html_indexes import build_leading_text_section
def convert_into_hms_string(duration):
if not duration:
- duration = "None"
+ duration = ''
else:
duration = int(duration)
hours = int(duration/3600)