Skip to content

Commit

Permalink
Fix info message
Browse files Browse the repository at this point in the history
  • Loading branch information
plant99 committed Jul 23, 2020
1 parent c7a9ff7 commit 5afcebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion felicette/sat_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def process_landsat_data(id, bands=[2, 3, 4]):

# resize and save as jpeg image
print("Generated 🌍 images!🎉")
rprint("[yellow]Please wait while I resize and crop the image :\) [/yellow]")
rprint("[yellow]Please wait while I resize and crop the image :) [/yellow]")
process_sat_image(paths["output_path"], paths["output_path_jpeg"])
rprint("[blue]GeoTIFF saved at:[/blue]")
print(paths["output_path"])
Expand Down

0 comments on commit 5afcebc

Please sign in to comment.