From 1bd506ae087d8a7e732932e9ee0622545a2457e0 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 6 Jan 2002 20:50:24 +0000 Subject: [PATCH] Fixed importData f.close problem svn: r682 --- src/ReadXML.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ReadXML.py b/src/ReadXML.py index 49a71cbfd..dc4991209 100644 --- a/src/ReadXML.py +++ b/src/ReadXML.py @@ -77,7 +77,6 @@ def importData(database, filename, callback): f.close() except IOError,msg: use_gzip = 0 - f.close() else: use_gzip = 0