Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Sep 10, 2018
1 parent a7cb4d2 commit 698a085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terracotta/scripts/optimize_rasters.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ def optimize_rasters(raster_files: Sequence[Sequence[Path]],
short_name = input_file.name[:8] + '...' + input_file.name[-8:]
else:
short_name = input_file.name

pbar.set_postfix(file=short_name)
pbar.set_description('Reading')

output_file = output_folder / input_file.with_suffix('.tif').name

if not overwrite and output_file.is_file():
Expand Down

0 comments on commit 698a085

Please sign in to comment.