We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13cfa7 commit d58c701Copy full SHA for d58c701
tox_docker/tox3/config.py
@@ -150,5 +150,5 @@ def parse_container_config(
150
ports=ports,
151
links=links,
152
volumes=volumes,
153
- user=user
+ user=user,
154
)
tox_docker/tox4/config.py
@@ -108,5 +108,5 @@ def parse_container_config(docker_config: DockerConfigSet) -> ContainerConfig:
108
ports=docker_config["ports"],
109
links=docker_config["links"],
110
volumes=docker_config["volumes"],
111
- user=docker_config["user"]
+ user=docker_config["user"],
112
0 commit comments