Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowers committed Apr 16, 2018
1 parent 36f289b commit 3b082b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biota/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def __getDirectory(self):
directory = self.data_dir + '/' + name_pattern%(lat_dir, lon_dir, str(self.year)[-2:], 'MOS') + '/'

if not os.path.isdir(directory):
raise IOError('No tile for lat: %s, lon: %s exists in the specified data directory.')
raise IOError('No tile for lat: %s, lon: %s exists in the specified data directory.'%(str(self.lat), str(self.lon)))

return directory

Expand Down

0 comments on commit 3b082b4

Please sign in to comment.