motion-config-vars icon indicating copy to clipboard operation
motion-config-vars copied to clipboard

Can't set a boolean value

Open iwarshak opened this issue 11 years ago • 0 comments

My app.yml has:

AUDIENCE_ENV:
  developer:
    show_logs: Yes
  adhoc:
    show_logs: Yes
  release:
    show_logs: No

This fails with:

(main)> 2013-05-01 14:38:23.925 TrackGo[85634:c07]  13:in `set:': can't convert true into String (TypeError)

iwarshak avatar May 01 '13 19:05 iwarshak