heyyy / espa

Automatically exported from code.google.com/p/espa
0 stars 0 forks source link

Error retrieving values from Configuration.getValue #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A database call change introduced an error in calls to Configuration.getValue.  
The resulting value that is being returned is the call to 
Configuration.__repr__ (which is a string that look like "key  :  value").  Fix 
this.

Original issue reported on code.google.com by davehil...@gmail.com on 11 Jul 2014 at 9:29

GoogleCodeExporter commented 9 years ago
modified the method to return the value cast as a string instead of allowing it 
to default to the callable value.

Original comment by davehil...@gmail.com on 11 Jul 2014 at 9:30

GoogleCodeExporter commented 9 years ago
verified

Original comment by davehil...@gmail.com on 31 Jul 2014 at 6:40