mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-12-31 07:20:24 -05:00
💾
This commit is contained in:
parent
44b49e740c
commit
d9a600a7dc
9 changed files with 254 additions and 36 deletions
|
|
@ -30,5 +30,5 @@ def run_data_processing(filepath) -> None:
|
|||
balance_output_file = os_utils.create_result_file("balances")
|
||||
balance_output_filepath = os_utils.set_output(balance_output_file)
|
||||
|
||||
os_utils.log_info(f' Writing balances to {balance_output_filepath}')
|
||||
os_utils.log_info(f'Writing balances to {balance_output_filepath}')
|
||||
os_utils.save_output(balance_output_filepath, balance_data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue