Skip to content

Commit dfbd6b7

Browse files
author
Marian Ganisin
authored
Merge pull request 3scale-qe#125 from mganisin/wait_for_tenant-logging
just a bit more of logging
2 parents e5cd461 + b4d406f commit dfbd6b7

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)