mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 11:19:16 +02: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
|
# timeout) and pass the exception to the out context, then an additional reference
|
||||||
# to nmc is leaked, and destroy_nmc() will fail. Workaround
|
# to nmc is leaked, and destroy_nmc() will fail. Workaround
|
||||||
#
|
#
|
||||||
#r.error = e
|
# r.error = e
|
||||||
r.error = str(e)
|
r.error = str(e)
|
||||||
else:
|
else:
|
||||||
log(
|
log(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue