I was reading What makes Python Awesome? presentation and saw the following construction in slide 22:
with ignore(OSError):
os.remove(somefile)
I was reading What makes Python Awesome? presentation and saw the following construction in slide 22:
with ignore(OSError):
os.remove(somefile)