Skip to content

Commit

Permalink
Put message about netCDF to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 21, 2019
1 parent 5c8c62e commit 9c338ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsharp/full_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
has_nc = True
except ImportError:
has_nc = False
print("No netCDF4 Python install detected. Will not be able to open netCDF files on the local disk.")
logging.info("No netCDF4 Python install detected.")


def versioning_info(include_sharppy=False):
Expand Down

0 comments on commit 9c338ee

Please sign in to comment.