Skip to content

Commit bda65ce

Browse files
committed
oops
1 parent 1437ab5 commit bda65ce

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/python/pycold/imagetool/prepare_ard.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def single_image_stacking_hls(
169169
clear_threshold: float,
170170
low_date_bound: str,
171171
upp_date_bound: str,
172-
folder: str
172+
folder: str,
173173
):
174174
"""
175175
unzip single image, convert bit-pack qa to byte value, and save as numpy
@@ -1814,7 +1814,7 @@ def main(
18141814
clear_threshold,
18151815
is_partition,
18161816
low_date_bound,
1817-
upp_date_bound
1817+
upp_date_bound,
18181818
)
18191819
pool.map(single_image_stacking_hls_partial, folder_list)
18201820
# assign files to each core
@@ -1876,7 +1876,9 @@ def main(
18761876
if rank == 1:
18771877
# remove tmp folder
18781878
logger.info(
1879-
f"Stacking procedure finished: {datetime.now(tz).strftime("%Y-%m-%d %H:%M:%S")}"
1879+
"Stacking procedure finished: {}".format(
1880+
datetime.now(tz).strftime("%Y-%m-%d %H:%M:%S")
1881+
)
18801882
)
18811883

18821884

0 commit comments

Comments
 (0)