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

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:
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.