Skip to content

Commit 2d738aa

Browse files
author
Marian Ganisin
committed
just a bit more of logging
1 parent 4c374d8 commit 2d738aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

threescale_api/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def wait_for_tenant(self) -> bool:
7474
and len(self.accounts.list()) >= 1 \
7575
and self.services.exists() \
7676
and len(self.services.list()) >= 1
77-
except Exception:
77+
except Exception as err:
78+
log.info("wait_for_tenant failed: %s", err)
7879
return False
7980

8081
@property

0 commit comments

Comments
 (0)