Skip to content

Commit 6924afc

Browse files
author
Prabhakar Kumar
committed
Updates experimental settings to MOS usage.
1 parent 8f2628e commit 6924afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab_proxy/util/mwi/environment_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def is_simulink_enabled():
187187
@staticmethod
188188
def should_use_mos_html():
189189
"""Returns true if matlab-proxy should use MOS htmls to load MATLAB"""
190-
return _is_env_set_to_true("MWI_USE_MOS") or Experimental.is_simulink_enabled()
190+
return _is_env_set_to_true("MWI_USE_MOS")
191191

192192
@staticmethod
193193
def should_use_mre_html():

0 commit comments

Comments
 (0)