From bfb167b5c39819e5036f08a3b3421b71a5254433 Mon Sep 17 00:00:00 2001 From: enriquezgarc Date: Thu, 27 Feb 2025 14:57:48 +0100 Subject: [PATCH] tools/psoc6/wsl-usb.py: Fixed ruff formatting rules. Signed-off-by: enriquezgarc --- tools/psoc6/wsl-usb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/psoc6/wsl-usb.py b/tools/psoc6/wsl-usb.py index e145e02653f39..7c932ec627b8a 100644 --- a/tools/psoc6/wsl-usb.py +++ b/tools/psoc6/wsl-usb.py @@ -1,5 +1,5 @@ """ -Use this script to avoid attaching manually usb devices +Use this script to avoid attaching manually usb devices to the WSL Ubuntu instance. 1. Copy this script somewhere in the Windows filesystem @@ -8,6 +8,7 @@ 2. Use the Power Shell with admin rights 3. Use -h, --help flags to find out the available commands and options. """ + import argparse, subprocess version = "1.0.0"