One PEP8 fix to make tox happy again.
Change-Id: I5ff2056f9f2eb99bfb98b020e3fc013332100e12
This commit is contained in:
parent
b47bcf19e4
commit
47f0dbb125
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user