From 9e5a6f2d50ddf11d8f80dd9cefc3f75ddbd15d0c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@8a9318a1-56ba-4d59-b755-99d26321be01> Date: Wed, 1 Aug 2012 23:17:38 +0000 Subject: [PATCH] one more time... git-svn-id: https://svn.ssec.wisc.edu/repos/glance/trunk@196 8a9318a1-56ba-4d59-b755-99d26321be01 --- pyglance/glance/imapp_plot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyglance/glance/imapp_plot.py b/pyglance/glance/imapp_plot.py index 659cf52..82c75bf 100644 --- a/pyglance/glance/imapp_plot.py +++ b/pyglance/glance/imapp_plot.py @@ -590,7 +590,7 @@ def _create_thermal_couplets_figure(basemapObject, centersMask, longitudeData, l # and some informational stuff tempTitle = title if datetime is not None : - tempTitle = title + ": " + datetime.datetime.strftime("%Y-%m-%d at %H:%M UTC") + tempTitle = title + ": " + datetime.strftime("%Y-%m-%d at %H:%M UTC") axes.set_title(tempTitle) return figure @@ -645,7 +645,7 @@ def _create_lightning_risk_figure(basemapObject, riskAreasInfo, # and some informational stuff tempTitle = title if datetime is not None : - tempTitle = title + ": " + datetime.datetime.strftime("%Y-%m-%d at %H:%M UTC") + tempTitle = title + ": " + datetime.strftime("%Y-%m-%d at %H:%M UTC") axes.set_title(tempTitle) return figure -- GitLab