* src/VersionControl.py: Call win.run to prevent exit from killing the
window before the data is saved. svn: r2754
This commit is contained in:
@ -77,9 +77,7 @@ def exportData(database, filename, callback):
|
||||
compress = GrampsCfg.uncompress == 0 and _gzip_ok == 1
|
||||
|
||||
try:
|
||||
print "xmlwriter"
|
||||
g = XmlWriter(database,callback,0,compress)
|
||||
print "done"
|
||||
g.write(filename)
|
||||
except:
|
||||
import DisplayTrace
|
||||
|
Reference in New Issue
Block a user