X-Git-Url: https://piware.de/gitweb/?p=bin.git;a=blobdiff_plain;f=workitems.py;h=e90b09d8b1764262b6472f11e6d86f9f792605a8;hp=6e5777daae087f763910e58f7c3e39918d51814c;hb=e9406697c46545b1d9fd2b27921cacad18711487;hpb=b6192f3ac3d2c7bae6f3a7571399567bbd18f3ff diff --git a/workitems.py b/workitems.py index 6e5777d..e90b09d 100755 --- a/workitems.py +++ b/workitems.py @@ -437,7 +437,7 @@ def html(db): completion.sort(key=lambda k: k[1], reverse=True) for (bp, percent) in completion: - if bp.startswith('http:'): + if bp.startswith('http:') or bp.startswith('https:'): url = bp else: url = '%s/ubuntu/+spec/%s' % (blueprints_base_url, escape(bp))