summaryrefslogtreecommitdiff
path: root/ishtar_common/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/tasks.py')
-rw-r--r--ishtar_common/tasks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/tasks.py b/ishtar_common/tasks.py
index 91695397f..2b8806b32 100644
--- a/ishtar_common/tasks.py
+++ b/ishtar_common/tasks.py
@@ -143,6 +143,7 @@ def launch_export(export_task):
os.remove(archive_name)
export_task.finished_date = datetime.datetime.now()
export_task.state = 'F'
+ export_task.result_info = str(_("Export finished"))
export_task.save()