浏览代码

fix the spelling error in utils/log.py

tags/v1.2.0-rc1
shenghong96 4 年前
父节点
当前提交
9b2690f40b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mindinsight/utils/log.py

+ 1
- 1
mindinsight/utils/log.py 查看文件

@@ -47,7 +47,7 @@ class MultiCompatibleRotatingFileHandler(RotatingFileHandler):
self.stream.close()
self.stream = None

# Attain an exclusive lock with bloking mode by `fcntl` module.
# Attain an exclusive lock with blocking mode by `fcntl` module.
with open(self.baseFilename, 'a') as file_pointer:
fcntl.lockf(file_pointer.fileno(), fcntl.LOCK_EX)



正在加载...
取消
保存