From 37ccc08abf49b26a6d09bbb7c66517bb2a604b78 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 25 Oct 2022 16:47:33 +0200 Subject: [PATCH] examples: fix code formatting in "gmaincontext.py" --- examples/python/gi/gmaincontext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/gi/gmaincontext.py b/examples/python/gi/gmaincontext.py index b41cdc8c61..64a5620b6f 100755 --- a/examples/python/gi/gmaincontext.py +++ b/examples/python/gi/gmaincontext.py @@ -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(