HomeClusterLabs Projects

Refactor: python: Fix bare except problems.

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

Description

Refactor: python: Fix bare except problems.

  • The networking code appears to only raise one exception, so we can just catch that.
  • The other two spots we want to catch anything that happens when running a test or scenario so we can clean up, so in these cases we just need to tell flake to ignore them. We are already doing this for pylint.

Details

Provenance
clumensAuthored on Jan 5 2024, 10:05 AM

Commit No Longer Exists

This commit no longer exists in the repository.