X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=TLD_Builder%2Frequest_handler.py;h=de48d9e07768926202ad9e51e712e40495ae9e66;hb=c4d0706eae2dd9530000a8ad8b62188c417c2caa;hp=e3c5ca1f6df7912510a1d04cecad42d65d5d777e;hpb=98531ab4a0e4e065d3b11b051b3e4bd7653c6ac0;p=tld-builder.git diff --git a/TLD_Builder/request_handler.py b/TLD_Builder/request_handler.py index e3c5ca1..de48d9e 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, ' '.join(config.binary_builders))) lockf.close() return if batch.is_command():