Skip to content
Snippets Groups Projects
Commit db4c91e6 authored by (no author)'s avatar (no author)
Browse files

fixing stray quotation mark

git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@68 8a9318a1-56ba-4d59-b755-99d26321be01
parent b66cbe13
No related branches found
No related tags found
No related merge requests found
......@@ -535,7 +535,7 @@ def plot_and_save_figure_comparison(aData, bData,
if (fullAxis[0] is None) or (fullAxis[1] is None) or (fullAxis[2] is None) or (fullAxis[3] is None) :
LOG.warn("Unable to display figures for variable (" + variableDisplayName + ") because of inability to identify" +
" usable bounding longitude and latitude range on the earth. Bounding range that was identified: str(fullAxis)")
" usable bounding longitude and latitude range on the earth. Bounding range that was identified:" + str(fullAxis))
return # TODO, the figures need to be disabled from the report and possibly a warning on the report?
# create our basemap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment