X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=blobdiff_plain;f=TLD_Builder%2Frequest_handler.py;h=b6c67a57f3b6d7802b9e5ad01d1cb7cb1015187f;hp=e3c5ca1f6df7912510a1d04cecad42d65d5d777e;hb=b7bf1e2b6deab33a0a91bbeb14f3dddf701707ba;hpb=2fe650f5b1d5ea349156486ac7209b8b3abf6ba7 diff --git a/TLD_Builder/request_handler.py b/TLD_Builder/request_handler.py index e3c5ca1..b6c67a5 100644 --- a/TLD_Builder/request_handler.py +++ b/TLD_Builder/request_handler.py @@ -104,7 +104,7 @@ def handle_group(r, user): batch.builders_status_time[bld] = time.time() if bld not in config.binary_builders and bld != config.builder: fail_mail("I (src rpm builder '%s') do not handle binary builder '%s', only '%s'" % \ - (config.builder, bld, string.join(config.binary_builders))) + (config.builder, bld, config.binary_builders.join())) lockf.close() return if batch.is_command():