提交 291808da 编写于 作者: P pilipala195 提交者: Gitee

Check whether packing is necessary

上级 86325e4a
......@@ -196,6 +196,9 @@ class Packer():
fs_cfg_list = read_yaml_file(fs_cfg_path)
for fs_cfg in fs_cfg_list:
self.fs_cfg = self.fs_attr_process(fs_cfg)
if self.fs_cfg.get('fs_dir_name', None) is None:
continue
for fs_process_func in self.packing_process:
fs_process_func()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册