提交 28fa454f authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Convince flake8 that this is safe.

上级 7ec197e7
...@@ -273,7 +273,7 @@ def lock(tmp_dir, timeout=notset, min_wait=None, max_wait=None, verbosity=1): ...@@ -273,7 +273,7 @@ def lock(tmp_dir, timeout=notset, min_wait=None, max_wait=None, verbosity=1):
time.sleep(random.uniform(min_wait, max_wait)) time.sleep(random.uniform(min_wait, max_wait))
if PY3: if PY3:
exception = FileExistsError exception = FileExistsError # noqa
else: else:
exception = OSError exception = OSError
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论