[cmor] 51/190: typo in check_cmor_compliant

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:36 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 05c9aba1c468c294dd2c834874b090df80c57d09
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Wed Sep 15 09:40:13 2010 -0700

    typo in check_cmor_compliant
---
 Lib/check_CMOR_compliant.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lib/check_CMOR_compliant.py b/Lib/check_CMOR_compliant.py
index f8052be..cb4aaec 100644
--- a/Lib/check_CMOR_compliant.py
+++ b/Lib/check_CMOR_compliant.py
@@ -321,7 +321,7 @@ def checkCMOR(fout,file,table,noerror=cmor.CMOR_CRITICAL,variable=None,from_boun
                 
         ## 32bit systems only
         ## if os.uname()[-1].find("64")==-1: # old way would fail on some system
-        if int(platform.architecture()[0].replace('bit', '')) < 64
+        if int(platform.architecture()[0].replace('bit', '')) < 64:
             sz=os.path.getsize(fnm)
             manageLog(fout,VERBOSE, 'Checking file size (32bit systems only):',sz)
             if sz>2**31:

-- 
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