#Prevent concurrent FileExistsError

# Prevent concurrent FileExistsError
try:
if not os.path.exists(to_path):
os.mkdir(to_path)
except Exception:
pass


from offlinerl/neorl
posted @ 2022-04-25 18:59  呦呦南山  阅读(10)  评论(0编辑  收藏  举报