Skip to content

Commit

Permalink
Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
diningPhilosopher64 committed Aug 4, 2021
1 parent ae4ea78 commit 1bee67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_matlab_proxy/mwi_environment_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ def is_testing_mode_enabled():

def is_web_logging_enabled():
"""Returns true if the web logging is required to be enabled"""
return os.environ.get(get_env_name_web_logging_enabled(), "false") == "true"
return os.environ.get(get_env_name_web_logging_enabled(), "false").lower() == "true"

0 comments on commit 1bee67b

Please sign in to comment.