提交 d7238e02 编写于 作者: W w-e-w

lint

上级 d5177b71
...@@ -61,7 +61,7 @@ class Extension: ...@@ -61,7 +61,7 @@ class Extension:
if os.path.isdir(extension_git_path): if os.path.isdir(extension_git_path):
d = cache.cached_data_for_file('extensions-git', self.name, extension_git_path, read_from_repo) d = cache.cached_data_for_file('extensions-git', self.name, extension_git_path, read_from_repo)
self.from_dict(d) self.from_dict(d)
except (FileNotFoundError, TypeError) as e: except (FileNotFoundError, TypeError):
pass pass
except Exception as e: except Exception as e:
print(e) print(e)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册