Skip to content

Commit 556ca8a

Browse files
Open size path , remove list typo
1 parent dcb6e34 commit 556ca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/task_runners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def write_file_size(response):
218218
size_path = join(
219219
download_dir, f"{item['download_url'].split('/')[-1]}_size.ini"
220220
)
221-
with open([size_path], "w") as configfile:
221+
with open(size_path, "w") as configfile:
222222
config.write(configfile)
223223

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

0 commit comments

Comments
 (0)