From d7e16afda217ceeff399931882e3341f168e3f07 Mon Sep 17 00:00:00 2001 From: Elijah Date: Tue, 21 Jan 2025 15:58:11 +0000 Subject: [PATCH] dont need this comment --- reflex/utils/prerequisites.py | 1 - 1 file changed, 1 deletion(-) diff --git a/reflex/utils/prerequisites.py b/reflex/utils/prerequisites.py index decd1b743..e45ae5094 100644 --- a/reflex/utils/prerequisites.py +++ b/reflex/utils/prerequisites.py @@ -494,7 +494,6 @@ def rename_path_up_tree(full_path: str | Path, old_name: str, new_name: str) -> new_path = None while True: - # Split the current path into its directory and base name directory, base = current_path.parent, current_path.name # Stop renaming when we reach the root dir (which contains rxconfig.py) if current_path.is_dir() and (current_path / "rxconfig.py").exists():