One PEP8 fix to make tox happy again.

Change-Id: I5ff2056f9f2eb99bfb98b020e3fc013332100e12
This commit is contained in:
Samuel Merritt 2012-05-09 12:28:00 -07:00
parent b47bcf19e4
commit 47f0dbb125
1 changed files with 2 additions and 1 deletions

View File

@ -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: