Comment 6 for bug 1640523

Revision history for this message
Michael Vogt (mvo) wrote : Re: Parse integer-like YAML values as strings

In can reproduce this. As a workaround you can remove the leading "0". It looks like for some reason our yaml parser is parsing 0658 as an float64 (which we don't support, only ints are allowed).