9 refactor blech data transfer into functions and function calls#14
Conversation
abuzarmahmood
commented
Apr 28, 2025
- refactor: Modularize blech_data_transfer.py into smaller, reusable functions
- refactor: extract data transfer logic into function
Generated edit command:
These changes aim to modularize the code, improving readability, maintainability, and reusability. This response was automatically generated by blech_bot using model gpt-4o Aider output: View Aider Outputdir_list, file_list, rel_file_list, server_data_folder = prepare_file_transfer(data_folder, copy_dir) Create directories on the serverpbar = tqdm(dir_list) Copy files to the serverpbar = tqdm(rel_file_list) ############################## def add_log_entry(dataset_handler, users_list, user, data_folder, server_data_folder): |
…a_transfer into 9-refactor-blech_data_transfer-into-functions-and-function-calls
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merge activity
|
