Skip to content

Commit 23b4cac

Browse files
Update Tests/kaas/plugin/plugin_cluster_stacks.py
Co-authored-by: Matthias Büchse <[email protected]> Signed-off-by: Michal Gubricky <[email protected]>
1 parent 189109e commit 23b4cac

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/kaas/plugin/plugin_cluster_stacks.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ def load_config(config_path):
9393
"""
9494
Loads the configuration from a YAML file.
9595
"""
96-
if not os.path.exists(config_path):
97-
raise FileNotFoundError(f"Configuration file {config_path} not found.")
9896

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

0 commit comments

Comments
 (0)