From 47f0dbb125d6e679cb979a5297c5f04982f960c3 Mon Sep 17 00:00:00 2001 From: Samuel Merritt Date: Wed, 9 May 2012 12:28:00 -0700 Subject: [PATCH] One PEP8 fix to make tox happy again. Change-Id: I5ff2056f9f2eb99bfb98b020e3fc013332100e12 --- bin/swift-recon-cron | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/swift-recon-cron b/bin/swift-recon-cron index 5b49158027..e0bfb90d10 100755 --- a/bin/swift-recon-cron +++ b/bin/swift-recon-cron @@ -55,7 +55,8 @@ def main(): try: asyncs = async_count(device_dir, logger) except Exception: - logger.exception(_('Exception during recon-cron while accessing devices')) + logger.exception( + _('Exception during recon-cron while accessing devices')) try: dump_recon_cache('async_pending', asyncs, cache_file) except Exception: