Skip to content

Commit de21cbc

Browse files
committed
Fix PYFMT: break long logger.exception line in redis_helper
1 parent 4331a0d commit de21cbc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aws/lambda/cross_repo_ci_relay/utils/redis_helper.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@ def set_cached_ci_providers(
164164
_CI_PROVIDERS_CACHE_KEY,
165165
)
166166
except RedisError:
167-
logger.exception("redis ci_providers cache write failed, continuing without cache")
167+
logger.exception(
168+
"redis ci_providers cache write failed, continuing without cache"
169+
)
168170

169171

170172
def check_rate_limit(

0 commit comments

Comments
 (0)