HomeClusterLabs Projects

Refactor: CTS: Clean up "with"-related pylint warnings in cts-exec.

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: CTS: Clean up "with"-related pylint warnings in cts-exec.

  • Use with when opening the daemon output file, which also means we can get rid of the redundant encoding and unnecessary import.
  • Ignore other with warnings because of how we're interacting with the spawned subprocess.

Details

Provenance
clumensAuthored on May 30 2024, 10:34 AM

Commit No Longer Exists

This commit no longer exists in the repository.