From: <js...@us...> - 2008-06-06 18:19:56
|
Revision: 5413 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5413&view=rev Author: jswhit Date: 2008-06-06 11:19:53 -0700 (Fri, 06 Jun 2008) Log Message: ----------- fix typos Modified Paths: -------------- trunk/toolkits/basemap/examples/fcstmaps.py Modified: trunk/toolkits/basemap/examples/fcstmaps.py =================================================================== --- trunk/toolkits/basemap/examples/fcstmaps.py 2008-06-06 16:57:06 UTC (rev 5412) +++ trunk/toolkits/basemap/examples/fcstmaps.py 2008-06-06 18:19:53 UTC (rev 5413) @@ -12,8 +12,7 @@ if len(sys.argv) > 1: YYYYMMDD = sys.argv[1] else: - YYYYMMDD = datetime.datetime.today().strftime('%Y%m%d') -YYYYMM = YYYYMMDD[0:6] + YYYYMMDD = datetime.datetime.today().strftime('%Y%m%d') # set OpenDAP server URL. URLbase="http://nomad3.ncep.noaa.gov:9090/dods/mrf/mrf" @@ -24,7 +23,7 @@ except: msg = """ opendap server not providing the requested data. -Try another date by providing YYYYMM on command line.""" +Try another date by providing YYYYMMDD on command line.""" raise IOError, msg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |