We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac001d commit 4b4f0f8Copy full SHA for 4b4f0f8
api/security.py
@@ -92,6 +92,7 @@ def get_conn() -> Optional[Connector]:
92
# Assume the credentials are invalid if there is no host.
93
# If a host is not defined other properties are useless.
94
if not credentials["host"]:
95
+ logger.debug("No ISPyB host - cannot return a connector")
96
return None
97
98
conn: Optional[Connector] = None
0 commit comments