Skip to content

Commit

Permalink
fixing py2.6 formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Tushman committed Dec 2, 2014
1 parent 0f3ea8c commit 162a02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rq/cli/cli.py
Expand Up @@ -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:
Expand Down

0 comments on commit 162a02f

Please sign in to comment.