zhouxing

Results 3 comments of zhouxing

file: cobbler/scripts/migrate-data-v2-to-v3.py the line: ```# Copy paths for old_path, new_path in path_rename: if os.path.isdir(old_path): subprocess.run(["cp", "-al", "%s/*" % old_path, "%s/" % new_path], shell=True) ``` if you run it , it...

> Found an issue ... on the line 1808 , based on the original "if" all data selected for "mainData" was getting appended to the original list instead of rebuilding...

> > > 我导入Swagger 3.0的response数据yapi显示的都是OK,没有解析到返回实体,换回2.x版本才可以解析response实体 我和你一样,导入OpenAPI 3.0的接口,界面显示ok,但是response object没有被自动解析。 2.0还是很ok的。