We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d5930 commit eec3bb7Copy full SHA for eec3bb7
1 file changed
bootstrap/create_configs.py
@@ -696,7 +696,7 @@ def main():
696
return
697
698
# Load manifest
699
- manifest_path = Path("ai_config_manifest.yaml")
+ manifest_path = Path(__file__).parent / "ai_config_manifest.yaml"
700
if not manifest_path.exists():
701
print(" ai_config_manifest.yaml not found")
702
print(" Make sure you're running this from the bootstrap/ directory")
0 commit comments