From dcb91c2cdb120f1f918efc8aa6446d731f4645fd Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 24 Aug 2023 11:01:37 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Martin Pitt --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 923d13b36f98..fafc23ad5559 100644 --- a/HACKING.md +++ b/HACKING.md @@ -199,7 +199,7 @@ The Python bridge can be used interactively on a local machine: To make it easy to test out channels without having to write out messages manually, `cockpit.misc.print` can be used: - PYTHONPATH=src python3 -m cockpit.misc.print open fslist1 path=/etc watch=False | PYTHONPATH=src -m cockpit.bridge +PYTHONPATH=src python3 -m cockpit.misc.print open fslist1 path=/etc watch=False | PYTHONPATH=src python3 -m cockpit.bridge These shell aliases might be useful when experimenting with the protocol: @@ -207,7 +207,7 @@ These shell aliases might be useful when experimenting with the protocol: alias cpf='PYTHONPATH=src python3 -m cockpit.misc.print' When working with the Python bridge on test images, note that `RHEL/CentOS 8`, -`debian-stable` and `ubuntu-2204` use the C bridge. So if you want to +`debian-stable`, and `ubuntu-2204` still use the C bridge. So if you want to explicitly have the Python bridge on those images use: ./test/image-prepare --python