2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 17:24:41 +00:00

Merge branch 'develop' into staging

This commit is contained in:
Gavin D'souza 2021-11-30 17:48:48 +05:30
commit 382ce2ce78

View File

@ -28,6 +28,9 @@ def execute(bench_path):
old_directory = Path(bench_path, "archived_sites") old_directory = Path(bench_path, "archived_sites")
new_directory = Path(bench_path, "archived", "sites") new_directory = Path(bench_path, "archived", "sites")
if not old_directory.exists():
return False
if old_directory.is_symlink(): if old_directory.is_symlink():
return True return True