Skip to content

Commit 7cc871a

Browse files
committed
dont run enterprise init if env is not given
1 parent 80e1678 commit 7cc871a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solace_agent_mesh/common/utils/initializer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def initialize():
4343
raise
4444
else:
4545
enterprise_config = {}
46+
return
4647

4748
try:
4849
initialize_enterprise_features(enterprise_config)

0 commit comments

Comments
 (0)