* src/Exporter.py (native_export): Use real export.
* src/WriteGrdb.py (exportData): Provide default cl value. svn: r4081
This commit is contained in:
@@ -367,7 +367,8 @@ class Exporter:
|
||||
options may be added.
|
||||
"""
|
||||
try:
|
||||
shutil.copyfile(database.get_save_path(),filename)
|
||||
import WriteGrdb
|
||||
WriteGrdb.exportData(database,filename,person)
|
||||
return 1
|
||||
except IOError, msg:
|
||||
QuestionDialog.ErrorDialog( _("Could not write file: %s") % filename,
|
||||
|
Reference in New Issue
Block a user