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