From f598e69f38d9f67b7e20c31cea9fa7e45ccc1e6c Mon Sep 17 00:00:00 2001 From: Roland Tannous <115670425+rolandtannous@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:30:10 +0400 Subject: [PATCH] Update studio.py --- cli/commands/studio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/commands/studio.py b/cli/commands/studio.py index c13de30ba0..fd32c1912a 100644 --- a/cli/commands/studio.py +++ b/cli/commands/studio.py @@ -300,7 +300,7 @@ def _build_llama_cpp(): import stat os.chmod(path, stat.S_IWRITE) func(path) - shutil.rmtree(llama_dir, onerror=_force_remove_readonly) + shutil.rmtree(llama_dir, onerror = _force_remove_readonly) unsloth_home.mkdir(parents = True, exist_ok = True) result = subprocess.run(