LvK8
Results
2
issues of
LvK8
plugins.py中的paramsCombination()方法(第90行),result.append((key, value, payload, new_data)),append() 添加的结果为原对象的引用,导致每次添加之前的new_data都会变成现在的new_data。应该是result.append((key, value, payload, new_data.copy())),对原对象的每一个结果做个复制
When I use the docker cp command to copy to the docker modified. Env file, and then copy to the Docker in the same way, the container will not start....