fixed typo

This commit is contained in:
anthony 2012-01-11 10:29:44 -08:00
parent 2ce205725d
commit 12b7fa60f0

View File

@ -182,7 +182,7 @@ def copyfile(fromFile, toFile, isISCSI):
try: try:
os.system("rm -f " + toFile) os.system("rm -f " + toFile)
except: except:
txt = ''
txt = '' txt = ''
errMsg = "Error while copying " + fromFile + " to " + toFile + " in secondary storage" errMsg = "Error while copying " + fromFile + " to " + toFile + " in secondary storage"
util.SMlog(errMsg) util.SMlog(errMsg)