From d0cfea3f0c2842835de58322b9ecb1f0a48125c1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Oct 2015 17:16:22 +0200 Subject: reproducible: fix typo, thanks to Santiago for spotting --- bin/reproducible_remote_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index fd120433..cf8a7479 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -185,7 +185,7 @@ for pkg in packages: pkgs.append(pkg) blablabla = '✂…' if len(' '.join(pkgs)) > 257 else '' -packages_txt = str(len(ids)) ' packages ' if len(pkgs) > 1 else '' +packages_txt = str(len(ids)) + ' packages ' if len(pkgs) > 1 else '' trailing = ' - artifacts will be preserved' if artifacts else '' trailing += ' - with irc notification' if notify else '' trailing += ' - notify on start too' if debug_url else '' -- cgit v1.2.3-54-g00ecf