Fix bad fmtstring

This commit is contained in:
joncrall
2022-06-23 11:03:09 -04:00
parent df317a9000
commit 08bf6bfc8b
+1 -1
View File
@@ -172,7 +172,7 @@ class DockerContainer:
else:
with subprocess.Popen(
[
"{self.container_engine}",
self.container_engine,
"exec",
"-i",
str(self.name),