Skip to content

Commit

Permalink
Fix line break
Browse files Browse the repository at this point in the history
  • Loading branch information
k034b363 committed Aug 16, 2024
1 parent 223e626 commit 26346ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plantcv/geospatial/read_geotif.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ def read_geotif(filename, bands="R,G,B", cropto=None):
for i, band in enumerate(list_bands):

if band.upper() not in wavelength_keys:
fatal_error(f"Currently {band} is not supported, instead
provide list of wavelengths in order.")
fatal_error(f"Currently {band} is not supported, instead provide list of wavelengths in order.")
else:
wavelength = default_wavelengths[band.upper()]
wavelengths[wavelength] = i
Expand Down

0 comments on commit 26346ee

Please sign in to comment.