From 162a02f5ac63913e7b32a56dc4b3e561b6907f95 Mon Sep 17 00:00:00 2001 From: Jonathan Tushman Date: Tue, 2 Dec 2014 08:06:01 -0500 Subject: [PATCH] fixing py2.6 formatting error --- rq/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/cli/cli.py b/rq/cli/cli.py index 8007b64a9..afb32eabc 100755 --- a/rq/cli/cli.py +++ b/rq/cli/cli.py @@ -204,7 +204,7 @@ def suspend(url, config, duration): connection_suspend(connection, duration) if duration: - msg = """Suspending workers for {} seconds. No new jobs will be started during that time, but then will + msg = """Suspending workers for {0} seconds. No new jobs will be started during that time, but then will automatically resume""".format(duration) click.echo(msg) else: