
2 Oct
2025
2 Oct
'25
2:51 p.m.
On a Thursday in 2025, Marc Hartmayer wrote:
Use hex encoding for ^] to prevent potential rendering issues in web browsers when viewing the file on GitLab.
While at it, make the file an executable as a Shebang line is present.
Suggested-by: Dawson Rosell <dawson.rosell@ibm.com> Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com> Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> --- examples/consolecallback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 examples/consolecallback.py
Thanks, MR sent: https://gitlab.com/libvirt/libvirt-python/-/merge_requests/178 Jano