X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fscripts%2Ftopo_container_copy.py;h=83599b4444943c44332679632d59038abd7d2f43;hp=088b7a43863465b6662a953d5bea8ea545bf8c0e;hb=refs%2Fchanges%2F29%2F10229%2F2;hpb=7dd7b797460428447d12c7b75815478dcf306f2e diff --git a/resources/tools/scripts/topo_container_copy.py b/resources/tools/scripts/topo_container_copy.py index 088b7a4386..83599b4444 100644 --- a/resources/tools/scripts/topo_container_copy.py +++ b/resources/tools/scripts/topo_container_copy.py @@ -129,7 +129,7 @@ def main(): # Remove images from Docker. cmd = "docker rmi $(sudo docker images -f 'dangling=true' -q)" - stdout = ssh_no_error(ssh, cmd, sudo=True) + stdout = ssh_ignore_error(ssh, cmd, sudo=True) print("###TI {}".format(stdout))