Skip to content

Commit

Permalink
appease black
Browse files Browse the repository at this point in the history
  • Loading branch information
uchchwhash committed Mar 1, 2023
1 parent 76c2efc commit f71dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagl/ancillary.py
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ def get_water_vapour(acquisition, water_vapour_dict, scale_factor=0.1, tolerance
dataset_name = record.dataset_name

if isinstance(dataset_name, bytes):
dataset_name = dataset_name.decode('utf-8')
dataset_name = dataset_name.decode("utf-8")

try:
data, md_uuid = get_pixel(datafile, dataset_name, geobox.centre_lonlat)
Expand Down

0 comments on commit f71dc90

Please sign in to comment.