From 6032ed6c34c12627a9edc051eef82325ecb24bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Thu, 22 Jan 2015 09:31:23 +0100 Subject: [PATCH] Remove an i --- taiga/export_import/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taiga/export_import/tasks.py b/taiga/export_import/tasks.py index 108a0417..2110a7b0 100644 --- a/taiga/export_import/tasks.py +++ b/taiga/export_import/tasks.py @@ -58,7 +58,7 @@ def dump_project(self, user, project): "url": url, "project": project, "user": user, - "deletion_date": deletion_datei + "deletion_date": deletion_date } email = mbuilder.dump_project(user.email, ctx) email.send()