Skip to content

Commit

Permalink
tools/psoc6/wsl-usb.py: Fixed ruff formatting rules.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <[email protected]>
  • Loading branch information
jaenrig-ifx committed Feb 27, 2025
1 parent 2a19e2c commit bfb167b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/psoc6/wsl-usb.py
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit bfb167b

Please sign in to comment.