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(