[Merge] lp:~brian-murray/ubuntu-archive-tools/pu-json-decode-error into lp:ubuntu-archive-tools
Brian Murray
brian at ubuntu.com
Fri Jun 26 16:41:23 UTC 2015
Brian Murray has proposed merging lp:~brian-murray/ubuntu-archive-tools/pu-json-decode-error into lp:ubuntu-archive-tools.
Requested reviews:
Ubuntu Package Archive Administrators (ubuntu-archive)
For more details, see:
https://code.launchpad.net/~brian-murray/ubuntu-archive-tools/pu-json-decode-error/+merge/263148
Fixes this Traceback:
Traceback (most recent call last):
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 664, in <module>
main()
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 569, in main
rate_increase = crash_rate_increase(release, src_pkg, version, max_pup)
File "/home/ubuntu-archive/ubuntu-archive-tools/phased-updater", line 465, in crash_rate_increase
rate_data = json.load(rate_file)
File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 357, in load
use_decimal=use_decimal, **kw)
File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 413, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 405, in decode
raise JSONDecodeError("Extra data", s, end, len(s))
simplejson.decoder.JSONDecodeError: Extra data: line 2 column 1 - line 32 column 1 (char 3 - 621)
--
Your team Ubuntu Package Archive Administrators is requested to review the proposed merge of lp:~brian-murray/ubuntu-archive-tools/pu-json-decode-error into lp:ubuntu-archive-tools.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: review-diff.txt
Type: text/x-diff
Size: 1187 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-archive/attachments/20150626/fddb0737/attachment.diff>
More information about the ubuntu-archive
mailing list