Skip to content

Commit

Permalink
(master) Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squaregoldfish committed Apr 3, 2019
1 parent 7128e31 commit da3dc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NRT/Copernicus/cmems_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def main():
csv = None

with ZipFile(zipfile, "r") as unzip:
csv = unzip.read(datasetpath).decode("utf-8")
csv = unzip.read(datasetpath).decode("utf-8")

netcdfs = buildnetcdfs(datasetname, csv)

Expand Down

0 comments on commit da3dc64

Please sign in to comment.