From 4fedef0a4251df285ac47a29fe15a3234b748e1f Mon Sep 17 00:00:00 2001 From: anthony Date: Wed, 11 Jan 2012 10:29:44 -0800 Subject: [PATCH] fixed typo --- scripts/vm/hypervisor/xenserver/vmopsSnapshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vm/hypervisor/xenserver/vmopsSnapshot b/scripts/vm/hypervisor/xenserver/vmopsSnapshot index e85ca556080..48d82bf7f4a 100755 --- a/scripts/vm/hypervisor/xenserver/vmopsSnapshot +++ b/scripts/vm/hypervisor/xenserver/vmopsSnapshot @@ -182,7 +182,7 @@ def copyfile(fromFile, toFile, isISCSI): try: os.system("rm -f " + toFile) except: - + txt = '' txt = '' errMsg = "Error while copying " + fromFile + " to " + toFile + " in secondary storage" util.SMlog(errMsg)