From c8c442ccef9f152ff5a1ff2e24efc40dfbd5c324 Mon Sep 17 00:00:00 2001 From: Prateeksha Singh Date: Tue, 31 Jul 2018 10:43:14 +0530 Subject: [PATCH] [data-mig-run][fix] publish complete --- .../doctype/data_migration_run/data_migration_run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/data_migration/doctype/data_migration_run/data_migration_run.py b/frappe/data_migration/doctype/data_migration_run/data_migration_run.py index d23f792638..a38699f01f 100644 --- a/frappe/data_migration/doctype/data_migration_run/data_migration_run.py +++ b/frappe/data_migration/doctype/data_migration_run/data_migration_run.py @@ -149,7 +149,7 @@ class DataMigrationRun(Document): }) frappe.publish_realtime(self.trigger_name, - {"progress_percent": "100"}, user=frappe.session.user) + {"progress_percent": 100}, user=frappe.session.user) def get_plan(self): if not hasattr(self, 'plan'):