mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-26 20:34:17 +00:00
utils: Fix error message format
Signed-off-by: Elvira Garcia Ruiz <elviragr@riseup.net>
This commit is contained in:
parent
923c811cba
commit
6eb2d1d938
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ class Util:
|
|||
|
||||
if not cls.GMainLoop_run(mainloop_timeout):
|
||||
cancellable.cancel()
|
||||
raise MyError("failure to call %s.%s(): timeout" % object_, async_action)
|
||||
raise MyError("failure to call %s.%s(): timeout" % (object_, async_action))
|
||||
|
||||
success = user_data.get("success", None)
|
||||
if success is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue