Skip to content

Commit 2b86df3

Browse files
committed
fix typo
1 parent 4ced7d9 commit 2b86df3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handy_scripts/remove_wrong_ionosphere_corr_from_cadc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ def check_and_remove_from_CADC(
273273
f"Will {'DRY-RUN delete' if dry_run else 'delete'} {len(subdf)} artifacts lastModified before {cutoff}."
274274
)
275275

276-
art_table["artifactURI"] = art_table['uri']
276+
subdf["artifactURI"] = subdf['uri']
277277

278278
# cadcremove phase
279279
_write_log_line(

0 commit comments

Comments
 (0)