CivicSpleen / ambry

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

Calling Bundle.config.environment.category brokes tests #67

Closed suprotkin closed 9 years ago

suprotkin commented 9 years ago

https://github.com/CivicKnowledge/ambry/blob/develop/ambry/bundle/bundle.py#L1386

if self.config.environment.category == 'development': ...

raises AttributeError: 'dict' object has no attribute 'category'

ericbusboom commented 9 years ago

Update your .ambry.yaml config with:

environment: category: development