chore(kiauh): rename "res" to "assets"

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-01-29 21:28:01 +01:00
parent 5a3d21c40b
commit 7cb2231584
17 changed files with 10 additions and 10 deletions

View File

@@ -264,7 +264,7 @@ def create_example_printer_cfg(instance: Klipper) -> None:
Logger.print_info(f"'{instance.cfg_file}' already exists.")
return
source = MODULE_PATH.joinpath("res/printer.cfg")
source = MODULE_PATH.joinpath("assets/printer.cfg")
target = instance.cfg_file
try:
shutil.copy(source, target)