mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 18:22:09 +02:00
...
This commit is contained in:
@@ -89,7 +89,7 @@ def on_glfw_error(code, msg):
|
|||||||
msg = msg.decode('utf-8')
|
msg = msg.decode('utf-8')
|
||||||
except Exception:
|
except Exception:
|
||||||
msg = repr(msg)
|
msg = repr(msg)
|
||||||
print('[glfw error]:', msg, file=sys.stderr)
|
print('[glfw error] ', msg, file=sys.stderr)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user