From c82581de6c61016de6e8d6b4286a25df27e40356 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Wed, 17 Feb 2016 13:36:20 -0700 Subject: [PATCH] broke up text to keep line length under 80 characters. Stupid travis. --- bin/monitor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/monitor.py b/bin/monitor.py index 901c7abb3..bd10c3220 100755 --- a/bin/monitor.py +++ b/bin/monitor.py @@ -112,7 +112,8 @@ def get_table_header(): '</th>\n' + \ '<th style="border:1px solid black; padding: 2px;">' +\ '</th>\n' + \ - '<th colspan=3 style="border:1px solid black; padding: 2px;">' +\ + '<th colspan=3 ' +\ + 'style="border:1px solid black; padding: 2px;">' +\ 'Gap</th>\n' + \ '<th style="border:1px solid black; padding: 2px;">' +\ '</th>\n' + \ -- GitLab