sgherdao
sgherdao
Thanks for the clarifications. > :param ssl_verify: Path of the SSL controller certificate, or True to load from CA_BUNDLE or CML_VERIFY_CERT environment variable, or False to disable. or _True to...
@tmikuska please feel free to close the issue unless you are planning to modify the behavior (i.e. converting "False" to False), thanks again for all the explanations!
use `:set backupcopy` fixed it for me
```yaml testbed: name: TESTBED servers:
this works for me `export PATH=$(dirname $(realpath $(which python))):$PATH` @garyo might be better than using `ls -1` which may not work if you have multiple python interpreter
Thanks for looking into it, it is not critical so whenever you find time. ```python In [20]: %%time ...: for lab in client.all_labs(): ...: for node in lab.nodes(): ...: pass...
In my case, I don't run the loop several times, it is very similar to the `cml ls` example. Each time the command is invoked, for each lab, you would...