Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Only log info when using cartopy_offlinedata (#6)
Browse files Browse the repository at this point in the history
* Only log info when using cartopy_offlinedata

* Bump to v0.2.2
  • Loading branch information
willirath authored Apr 25, 2020
1 parent 06f3ba9 commit 7e5a16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cartopy_userconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ def update_config(config):

try:
config['pre_existing_data_dir'] = os.environ['CARTOPY_OFFLINE_SHARED']

logging.warning(
logging.info(
'Setting cartopy.config["pre_existing_data_dir"] to {}.'
' Don\'t worry, this is probably intended behaviour to avoid'
' failing downloads of geological data behind a firewall.'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

setup(name='cartopy_offlinedata',
version='0.2.1',
version='0.2.2',
description='Add shared data path to cartopy config',
url='https://github.com/willirath/cartopy_offlinedata',
author='Willi Rath',
Expand Down

0 comments on commit 7e5a16d

Please sign in to comment.