mirror of https://github.com/ansible/ansible.git
Un-nest nested if statements (#19190)
Easier and clearer to write
if a and b:
foo()
than
if a:
if b:
foo()
pull/31586/merge
parent
2a987f59d2
commit
434e9e1d8f
Loading…
Reference in New Issue