Browse Source

Update docker_helper.py (#3825)

Matheus Rocha Vieira 7 năm trước cách đây
mục cha
commit
f15f19f7f1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      toolset/utils/docker_helper.py

+ 1 - 1
toolset/utils/docker_helper.py

@@ -203,7 +203,7 @@ class DockerHelper:
                     os.path.join(run_log_dir, "%s.log" % test.name.lower()),
                     'w') as run_log:
                 tb = traceback.format_exc()
-                log("Running docker cointainer: %s.dockerfile failed" %
+                log("Running docker container: %s.dockerfile failed" %
                     test.name,
                     prefix=log_prefix,
                     file=run_log)