From 8f06e7ec20ea07439a20a8e75d8d71fe87534641 Mon Sep 17 00:00:00 2001 From: Vincent Chen Date: Wed, 25 Sep 2024 14:58:31 -0700 Subject: [PATCH] Update llmfoundry/command_utils/data_prep/convert_delta_to_json.py Co-authored-by: Daniel King <43149077+dakinggg@users.noreply.github.com> --- llmfoundry/command_utils/data_prep/convert_delta_to_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmfoundry/command_utils/data_prep/convert_delta_to_json.py b/llmfoundry/command_utils/data_prep/convert_delta_to_json.py index 1770bc0269..1cb1271469 100644 --- a/llmfoundry/command_utils/data_prep/convert_delta_to_json.py +++ b/llmfoundry/command_utils/data_prep/convert_delta_to_json.py @@ -552,7 +552,7 @@ def validate_and_get_cluster_info( ).upper()[len('DATASECURITYMODE.'):] # NONE stands for No Isolation Shared - if data_security_mode in ('NONE'): + if data_security_mode == 'NONE': raise ClusterInvalidAccessMode( cluster_id=cluster_id, access_mode=data_security_mode,