fix(027): stabilize shared acceptance gates and compatibility collateral
This commit is contained in:
@@ -129,7 +129,7 @@ class MigrationEngine:
|
||||
with belief_scope("MigrationEngine._transform_yaml"):
|
||||
if not file_path.exists():
|
||||
logger.explore(f"YAML file not found: {file_path}")
|
||||
return
|
||||
raise FileNotFoundError(str(file_path))
|
||||
|
||||
with open(file_path, 'r') as f:
|
||||
data = yaml.safe_load(f)
|
||||
|
||||
Reference in New Issue
Block a user