diff options
author | Rémy Léone <rleone@online.net> | 2018-03-01 18:19:43 +0100 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2018-03-02 12:53:48 -0500 |
commit | f9f7ffd7156db28391c006d3ac7685fa6c5afbdd (patch) | |
tree | bd24ed1f3d0a4edbc9495b12fe2c7e93ad30072a /config/cloud.cfg.tmpl | |
parent | ffc6917aa0b97811c1e8503cd4cff9f11c15def1 (diff) | |
download | vyos-cloud-init-f9f7ffd7156db28391c006d3ac7685fa6c5afbdd.tar.gz vyos-cloud-init-f9f7ffd7156db28391c006d3ac7685fa6c5afbdd.zip |
Simplify some comparisions.
Just replace a couple things like:
if b > a and b < c:
with:
if a < b < c:
Diffstat (limited to 'config/cloud.cfg.tmpl')
0 files changed, 0 insertions, 0 deletions