Skip to content

Commit

Permalink
Open size path , remove list typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Jan 25, 2024
1 parent dcb6e34 commit 556ca8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def write_file_size(response):
size_path = join(
download_dir, f"{item['download_url'].split('/')[-1]}_size.ini"
)
with open([size_path], "w") as configfile:
with open(size_path, "w") as configfile:
config.write(configfile)

def finish_task(name, created_files=None, response_back=None, planet_file=False):
Expand Down

0 comments on commit 556ca8a

Please sign in to comment.