From: Yuri Weinstein Date: Mon, 19 May 2014 23:18:48 +0000 (-0700) Subject: Fixed broken quotations X-Git-Tag: 1.1.0~1438^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8881bb7facd1323a347388ab26958d18b5e6ba2;p=teuthology.git Fixed broken quotations Signed-off-by: Yuri Weinstein --- diff --git a/teuthology/task/samba.py b/teuthology/task/samba.py index 3814ca7f0..a0375c520 100644 --- a/teuthology/task/samba.py +++ b/teuthology/task/samba.py @@ -176,9 +176,9 @@ def task(ctx, config): # let smbd initialize, probably a better way... import time seconds_to_sleep = 100 - log.info("Sleeping for %s seconds..." % seconds_to_sleep) + log.info('Sleeping for %s seconds...' % seconds_to_sleep) time.sleep(seconds_to_sleep) - log.info('Sleeping stopped…’) + log.info('Sleeping stopped...') try: yield