Skip to content

Commit

Permalink
deal config
Browse files Browse the repository at this point in the history
  • Loading branch information
anjor committed Dec 17, 2024
1 parent 5786708 commit c240d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataprep-tools/filecoin/boost_create_deals.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,11 +471,11 @@ def main():

epoch = sys.argv[1]
deal_type = sys.argv[2] if len(sys.argv) == 3 else ""
logging.info(f"boost create deals version {VERSION} (boost version: {deal_config.boost_version}).")

try:
storage_config = load_storage_config()
deal_config = load_deal_config()
logging.info(f"boost create deals version {VERSION} (boost version: {deal_config.boost_version}).")
client = get_storage_client(storage_config)
client.connect()

Expand Down

0 comments on commit c240d7f

Please sign in to comment.