HomeClusterLabs Projects

Refactor: python: Fix comparisons in audits.py.

Description

Refactor: python: Fix comparisons in audits.py.

  • Instead of "== None", use "is None".
  • Instead of "len(xyz) == 0", use "not xyz".

Details

Provenance
clumensAuthored on Apr 7 2023, 2:52 PM
Parents
rPa0a7d96d273f: Refactor: python: Condense common prompting code into a new function
Branches
Unknown
Tags
Unknown