[cmor] 116/190: 2011-06-23 : removing sloppy print statements in python wrap

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to branch debian/master
in repository cmor.

commit 321685a32f7798d54bacb2ecef6a0470fab99327
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Thu Jun 23 08:05:20 2011 -0700

    2011-06-23 : removing sloppy print statements in python wrap
---
 Lib/pywrapper.py | 4 ++--
 RELEASE-NOTES    | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/Lib/pywrapper.py b/Lib/pywrapper.py
index 8e7ada0..8f2bc27 100644
--- a/Lib/pywrapper.py
+++ b/Lib/pywrapper.py
@@ -936,9 +936,9 @@ def get_variable_attribute(var_id,name):
       name: is the name of the attribute
     Returns none if attribute is non-existant
     """
-    print 'In there asking for attribute: ',name,'on var',var_id
+    ## print 'In there asking for attribute: ',name,'on var',var_id
     if has_variable_attribute(var_id,name):
-        print 'Seems to have it',var_id,name
+        ## print 'Seems to have it',var_id,name
         return _cmor.get_variable_attribute(var_id,name)
     else:
         return None
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f88c435..5fc5b52 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,5 @@
+2011-06-23 : Tagging 2.7.1
+2011-06-23 : removing sloppy print statements in python wrap
 2011-06-21 : Tagging 2.7.0
 2011-06-21 : Fixed bug using the wrong dims for checking validity of arrays in fortran interface - for vertices-
 2011-06-13 : Tagging 2.6.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git



More information about the debian-science-commits mailing list