On 21 February 2017 at 16:30, Merlijn Sebrechts <[email protected]> wrote: > Thanks, Stuart! > > Now I get a different error. It seems that the charm really can't handle > null as a string value.
Rather than comb through the charm updating all the call sites, I've made a hack to ensure config values never get returned as null. I also didn't want to change the style, as the alternative (using config.get()) can hide other bugs. Other charms will have the same problem, so this should certainly be fixed in Juju. -- Stuart Bishop <[email protected]> -- Juju mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju
