提交 21b50979 编辑于 作者: Timothy Crosley's avatar Timothy Crosley
浏览文件

black

显示 3 个添加1 个删除
+3 -1
......@@ -147,7 +147,9 @@ def iter_source_code(
for path in paths:
if os.path.isdir(path):
for dirpath, dirnames, filenames in os.walk(path, topdown=True, followlinks=config.follow_links):
for dirpath, dirnames, filenames in os.walk(
path, topdown=True, followlinks=config.follow_links
):
base_path = Path(dirpath)
for dirname in list(dirnames):
full_path = base_path / dirname
......
支持 Markdown
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册