mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-20 20:10:32 +03:00
c7d12cddec
The main functions are wrapped by a sys.exit function which expects and argument. The curent implementation isn't returning values in all cases. This change ensures main functions return a value in all cases.