We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96818f commit 8093106Copy full SHA for 8093106
python/enterprise.py
@@ -39,6 +39,8 @@ def connect():
39
"""
40
Connect to the Enterprise Server.
41
42
+ if not is_initialized():
43
+ initialize()
44
if not core.BNConnectEnterpriseServer():
45
raise RuntimeError(last_error())
46
0 commit comments