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'):