提交 c1e880ce 编写于 作者: M Mars Liu

fixed odd orders

上级 b766020e
......@@ -316,7 +316,7 @@ class TreeWalker:
meta_path = os.path.join(section_path, mfile)
self.ensure_exercises_meta(meta_path, source)
export = config.get("export", [])
if mfile not in export:
if mfile not in export and self.name != "algorithm":
export.append(mfile)
flag = True
config["export"] = export
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册