Skip to content

Commit

Permalink
Clarified error message if module aren't found.
Browse files Browse the repository at this point in the history
  • Loading branch information
griffij committed Oct 5, 2017
1 parent 7b92e95 commit 86df665
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
try:
from tools.nsha_tools import get_field_data, get_shp_centroid
except:
print 'Add PYTHONPATH to NSHA18 root directory'
print 'Point PYTHONPATH to NSHA18 root directory'

# Default values - real values should be based on neotectonic domains
min_mag = 4.5
Expand Down

0 comments on commit 86df665

Please sign in to comment.