CLosed gzip'd file

svn: r641
This commit is contained in:
Don Allingham 2001-12-19 22:43:01 +00:00
parent f8bc668576
commit c9c099b7b2

View File

@ -471,6 +471,7 @@ def exportData(database, filename, callback):
try: try:
write_xml_data(database, g, callback, 0) write_xml_data(database, g, callback, 0)
g.close()
except: except:
from gnome.ui import GnomeErrorDialog from gnome.ui import GnomeErrorDialog
import traceback import traceback