Commit 6ee4cfe5 authored by Jérome Perrin's avatar Jérome Perrin

ERP5Type: fix transaction.note "expected text" warning with transaction 2

parent 7ae6330b
Pipeline #23536 failed with stage
in 0 seconds
......@@ -504,7 +504,7 @@ def synchronizeDynamicModules(context, force=False):
portal.portal_skins.changeSkin(None)
TransactionalResource(tpc_finish=lambda txn:
_bootstrapped.add(portal.id))
transaction.get().note('Site migrated')
transaction.get().note(u'Site migrated')
LOG('ERP5Site', INFO, 'Transition successful, please update your'
' business templates')
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment