mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
fixed typo
This commit is contained in:
parent
2ce205725d
commit
12b7fa60f0
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user