提交 be9a0ecf 编写于 作者: T tangwei

fix windows adapter

上级 99d466a1
......@@ -98,7 +98,7 @@ def set_global_envs(envs):
if get_platform() != "LINUX":
for dataset in envs["dataset"]:
name = ".".join("dataset", dataset["name"], "type")
name = ".".join(["dataset", dataset["name"], "type"])
global_envs[name] = "DataLoader"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册