examples: fix code formatting in "gmaincontext.py"

This commit is contained in:
Thomas Haller 2022-10-25 16:47:33 +02:00
parent 8111f7f33e
commit 37ccc08abf
No known key found for this signature in database
GPG Key ID: 29C2366E4DFC5728

View File

@ -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(