diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py index a7318df7b5..10df1c15c5 100755 --- a/contrib/rh-bkr/bkr.py +++ b/contrib/rh-bkr/bkr.py @@ -753,7 +753,7 @@ class CmdSubmit(CmdBase): if is_sequence(v): if index is not None and index != '@': raise Exception("Using index %s is not implemented" % index) - v = ' '.join(v) + v = " \\\n\t".join(v) replacement[key] = v return v