summaryrefslogtreecommitdiff
path: root/ishtar_common/tasks.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-09 18:54:49 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-09-09 18:56:29 +0200
commit9cb9516c9deadd6d3de793de14e3f92afcf2a098 (patch)
tree9a30e7431219b8e673bc0347d1c31baccaf2e442 /ishtar_common/tasks.py
parent70a013173a76737fda89ef7777013194cca0219e (diff)
downloadIshtar-9cb9516c9deadd6d3de793de14e3f92afcf2a098.tar.bz2
Ishtar-9cb9516c9deadd6d3de793de14e3f92afcf2a098.zip
Serializers: admin and feedback improvment
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()