From ef8270602f02ec675ff1e840791817ea1ea7f035 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Thu, 11 Jan 2024 11:30:49 -0800 Subject: [PATCH] fixed spacing --- google/cloud/bigtable/data/_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigtable/data/_helpers.py b/google/cloud/bigtable/data/_helpers.py index 52fd0e952..48d9279ca 100644 --- a/google/cloud/bigtable/data/_helpers.py +++ b/google/cloud/bigtable/data/_helpers.py @@ -121,7 +121,7 @@ def _retry_exception_factory( timeout_val_str = f"of {timeout_val:0.1f}s " if timeout_val is not None else "" # if failed due to timeout, raise deadline exceeded as primary exception source_exc: Exception = OperationTimeoutError( - f"operation_timeout{timeout_val_str} exceeded", + f"operation_timeout {timeout_val_str}exceeded", cause=cause_exc, ) elif exc_list: