Use proper formatting syntax, fixes #2170
This commit is contained in:
committed by
Daniel Narvaez
parent
f43d5f8d24
commit
81b388c554
@@ -47,7 +47,7 @@ def _retry_find(func):
|
||||
if e.code == Atspi.Error.IPC:
|
||||
continue
|
||||
|
||||
logging.error("GError code %d", e.code)
|
||||
logging.error("GError code %d" % e.code)
|
||||
raise
|
||||
|
||||
expect_none = kwargs.get("expect_none", False)
|
||||
|
||||
Reference in New Issue
Block a user