Skip to content

Commit 7b73371

Browse files
committed
small tweak
1 parent 92ab30d commit 7b73371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BBS-report.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ def write_pkg_statuses_as_TDs(out, pkg, node,
907907
show_link_to_gpu_builds = buildtype == 'bioc' and pkgType == "source"
908908
if show_link_to_gpu_builds:
909909
url = '%s/../bioc-gpu-LATEST/' % topdir
910-
Astyle = "display: inline; text-decoration: underline;"
910+
Astyle = 'display: inline; text-decoration: underline;'
911911
TDcontent = 'see GPU-enabled build/check report ' + \
912912
'<A href="%s" style="%s">here</A>' % (url, Astyle)
913913
else:

0 commit comments

Comments
 (0)