mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 20:40:34 +01:00
examples: fix code formatting in "gmaincontext.py"
This commit is contained in:
parent
8111f7f33e
commit
37ccc08abf
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ def make_call(nmc):
|
|||
# timeout) and pass the exception to the out context, then an additional reference
|
||||
# to nmc is leaked, and destroy_nmc() will fail. Workaround
|
||||
#
|
||||
#r.error = e
|
||||
# r.error = e
|
||||
r.error = str(e)
|
||||
else:
|
||||
log(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue