Skip to content

Commit

Permalink
Update Tests/kaas/plugin/plugin_cluster_stacks.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Büchse <[email protected]>
Signed-off-by: Michal Gubricky <[email protected]>
  • Loading branch information
michal-gubricky and mbuechse authored Nov 14, 2024
1 parent 189109e commit 23b4cac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/kaas/plugin/plugin_cluster_stacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ def load_config(config_path):
"""
Loads the configuration from a YAML file.
"""
if not os.path.exists(config_path):
raise FileNotFoundError(f"Configuration file {config_path} not found.")

with open(config_path, 'r') as file:
config = yaml.safe_load(file) or {}
Expand Down

0 comments on commit 23b4cac

Please sign in to comment.