Mercurial > libervia-backend
changeset 3208:4f00fdf11445
bridge (constructor/dbus): typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 06 Mar 2020 18:19:03 +0100 |
parents | a10e12dfbda8 |
children | f14eb24328d0 |
files | sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Fri Mar 06 18:19:03 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Fri Mar 06 18:19:03 2020 +0100 @@ -127,7 +127,7 @@ pass # at this point, kwargs should be empty if kwargs: - log.warnings("unexpected keyword arguments, they will be ignored: {}".format(kwargs)) + log.warning("unexpected keyword arguments, they will be ignored: {}".format(kwargs)) elif len(args) >= 2 and callable(args[-1]) and callable(args[-2]): async_ = True _errback = args.pop()