# HG changeset patch # User Goffi # Date 1619108235 -7200 # Node ID 943de4f9ce509e0525ed061c9d83d63993bc5eee # Parent 4705f80b6e234c398d375d50e109318436b1a20f plugin misc account: fix missing arg diff -r 4705f80b6e23 -r 943de4f9ce50 sat/plugins/plugin_misc_account.py --- a/sat/plugins/plugin_misc_account.py Thu Apr 22 18:16:19 2021 +0200 +++ b/sat/plugins/plugin_misc_account.py Thu Apr 22 18:17:15 2021 +0200 @@ -348,6 +348,7 @@ "Account creation confirmation sent to <{}>".format(email) ), self._sendEmailEb, + errbackArgs=[email] ) return defer.DeferredList([d_user, d_admin])