Skip to content

Commit

Permalink
Fix typo in iono code
Browse files Browse the repository at this point in the history
  • Loading branch information
sssangha committed Sep 15, 2023
1 parent efad147 commit ef53017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ARIAtools/ionosphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def export_ionosphere(input_iono_files: List[str],
)
ds = None
# Update VRT
[print(f'Writing {output_iono}, {output.with_suffix(".vrt")}')
[print(f'Writing {output_iono}, {output_iono.with_suffix(".vrt")}')
if verbose else None]
gdal.Translate(str(output_iono.with_suffix('.vrt')),
str(output_iono), format="VRT")
Expand Down

0 comments on commit ef53017

Please sign in to comment.