Mentions légales du service

Skip to content

api crawler: fix missing component value

HUYNH Kim-Tam requested to merge khuynh/ci-cmdline:fix-api-crawler into main

When we list vms without ip (for example, a vm in error state), the program exits with an error : IndexError: list index out of range.

ci vm list khuynh-sandbox

This MR fixes the split by removing spaces which are not there when a (left or right) value is missing.

Merge request reports