[cmor-tables] 66/83: Adding tools to manipulate the tables in python

Alastair McKinstry mckinstry at moszumanska.debian.org
Sun Aug 30 08:06:23 UTC 2015


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

mckinstry pushed a commit to branch master
in repository cmor-tables.

commit 15cd376b7ea98da71f0853a024578124d2a9e9de
Author: Charles Doutriaux <doutriaux1 at llnl.gov>
Date:   Mon Apr 11 16:45:11 2011 -0700

    Adding tools to manipulate the tables in python
---
 Lib/tables_manip_tools.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Lib/tables_manip_tools.py b/Lib/tables_manip_tools.py
index 6d265a3..c4b8725 100644
--- a/Lib/tables_manip_tools.py
+++ b/Lib/tables_manip_tools.py
@@ -36,7 +36,7 @@ def fetchATable(table,commit):
     r=H.getresponse()
     return r.read()
     
-def fetchTable(table,date=None,md5=None):
+def fetchTable(table,date=None):
     table,date,md5 = preprocess(table,date)
     checkTable(table,date)
     # Ok now fetch the history

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



More information about the debian-science-commits mailing list