Skip to content

Commit

Permalink
scripts: Rename Python module to be importable
Browse files Browse the repository at this point in the history
To write some unit tests for this module
it has to be importable.

Signed-off-by: Lukasz Fundakowski <[email protected]>
  • Loading branch information
fundakol committed Feb 3, 2025
1 parent 7815f14 commit 53cb100
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
/scripts/west_commands/create_board/ @gmarull
/scripts/west_commands/sbom/ @nrfconnect/ncs-si-muffin
/scripts/west_commands/thingy91x_dfu.py @nrfconnect/ncs-cia
/scripts/west_commands/ncs-provision.py @nrfconnect/ncs-pluto
/scripts/west_commands/ncs_provision.py @nrfconnect/ncs-pluto
/scripts/bootloader/ @nrfconnect/ncs-pluto
/scripts/ncs-docker-version.txt @nrfconnect/ncs-ci
/scripts/print_docker_image.sh @nrfconnect/ncs-ci
Expand Down
2 changes: 1 addition & 1 deletion scripts/west-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ west-commands:
- name: ncs-create-board
class: NcsCreateBoard
help: create board skeleton files for any Nordic SoC
- file: scripts/west_commands/ncs-provision.py
- file: scripts/west_commands/ncs_provision.py
commands:
- name: ncs-provision
class: NcsProvision
Expand Down
File renamed without changes.

0 comments on commit 53cb100

Please sign in to comment.