Fix spelling mistakes
Change-Id: Iffc537547a542cb742af8e5255c926ef1dce44b0
This commit is contained in:
parent
b8a5ff5d7e
commit
e49afa593f
@ -131,7 +131,7 @@ class PosixBackupDriver(chunkeddriver.ChunkedBackupDriver):
|
||||
try:
|
||||
os.remove(path)
|
||||
except OSError as e:
|
||||
# ignore exception if path does not exsit
|
||||
# Ignore exception if path does not exist.
|
||||
if e.errno != errno.ENOENT:
|
||||
raise
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user