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