git @ Cat's Eye Technologies klaus / 40cf932
use a default site name (to prevent KeyError) Jakob Hirsch authored 7 years ago Jonas Haag committed 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 repos = repos.split()
88 args = (
99 repos,
10 os.environ['KLAUS_SITE_NAME']
10 os.environ.get('KLAUS_SITE_NAME', 'unnamed site')
1111 )
1212 kwargs = dict(
1313 htdigest_file=os.environ.get('KLAUS_HTDIGEST_FILE'),