标签: python
我正在处理文件,然后想要将其删除。我的代码以:
center
这有时会导致错误:
flex-end
我能够通过告诉Python继续尝试直到它起作用来解决这个问题:
... tar.extractall(dir=...) tar.close() os.remove(filename)
有更多的Pythonic方式吗?