[pygobject/benzea/gio-asyncio] test



commit c63e8632eea3517e1eb3b0e8a0807f64539e466f
Author: Benjamin Berg <bberg redhat com>
Date:   Fri Nov 19 17:10:30 2021 +0100

    test

 gi/events.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gi/events.py b/gi/events.py
index d713893f..28090965 100644
--- a/gi/events.py
+++ b/gi/events.py
@@ -262,7 +262,7 @@ class GLibEventLoopPolicy(events.AbstractEventLoopPolicy):
             if not loop.is_closed():
                 print(f"got existing loop {loop}")
                 return loop
-            print(f"loop {0x{loop} is closed")
+            print(f"loop 0x{loop} is closed")
         except KeyError:
             print("no loop for context")
             pass


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]