[data-mig-run][fix] publish complete
This commit is contained in:
parent
f33e3e1b43
commit
c8c442ccef
1 changed files with 1 additions and 1 deletions
|
|
@ -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'):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue