CivicSpleen / ambry

A comprehensive data package manager
BSD 2-Clause "Simplified" License
4 stars 5 forks source link

ConfigurationError while getting info about bundle. #104

Closed nmb10 closed 9 years ago

nmb10 commented 9 years ago
  1. Import example bundles:
ambry import -d  ambry/test/bundles/
  1. Execute info command:
bambry -i d000simple003 info
CRITICAL: ConfigurationError: Could not find name 'build' in group 'filesystem'. 
Config has: ['python', 'downloads', 'documentation', 'source', 'extracts', 'root', 'warehouses']
Loaded: ['/home/nmb10/.virtualenvs/ambry/.ambry.yaml', '/home/nmb10/.ambry-accounts.yaml']
nmb10 commented 9 years ago

I fixed it by adding build: '{root}/build' to the filesystem section of the .ambry.yaml:

...
filesystem:
    ...
    build: '{root}/build'
...

But ambry should generate valid .ambry.yaml file.