We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f7d1d commit 742bda6Copy full SHA for 742bda6
bam_data_store/api/openbis.py
@@ -2,7 +2,7 @@
2
from pybis import Openbis
3
4
5
-def openbis_login():
+def openbis_login() -> tuple[Openbis, str]:
6
o = Openbis(url=environ('OPENBIS_HOST'))
7
# * In case of self-signed certificates
8
# o = Openbis(url=environ("OPENBIS_HOST"), verify_certificates=False)
0 commit comments