Skip to content

Commit

Permalink
Update llmfoundry/command_utils/data_prep/convert_delta_to_json.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel King <[email protected]>
  • Loading branch information
KuuCi and dakinggg committed Sep 25, 2024
1 parent 1cb5aae commit 8f06e7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8f06e7e

Please sign in to comment.