diff --git a/tools/marvin/marvin/lib/common.py b/tools/marvin/marvin/lib/common.py index 42ffc515208..7b0c7ad445c 100644 --- a/tools/marvin/marvin/lib/common.py +++ b/tools/marvin/marvin/lib/common.py @@ -1322,7 +1322,7 @@ def isVmExpunged(apiclient, vmid, projectid=None, timeout=600): timeout -= 60 time.sleep(60) except Exception: - vmExpunged = True + vmExpunged = True break #end while return vmExpunged