I have two project with the same name, but in different group. When I run "delete_mirror.sh --delete xxxx", the project which in another group not Mirror group is deleted.
I see when you run delete_mirror.sh script, you only find project by project name without group name.
|
deleted_project=find_project(name=project_name).delete() |