Skip to content

Commit

Permalink
Rename store_key_in_storage
Browse files Browse the repository at this point in the history
  • Loading branch information
josemiguel-rodrigueznaranjo committed Jun 27, 2024
1 parent 555822f commit 8f528fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolium/utils/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def convert_file_to_base64(file_path):
return file_content


def store_key_in_storage_type(context, key, value):
def store_key_in_storage(context, key, value):
"""
Store values in context.storage, context.feature_storage or context.run_storage,
using [FEATURE:xxxx] OR [RUN:xxxx] from steps.
Expand Down

0 comments on commit 8f528fd

Please sign in to comment.