Ubuntu Pastebin

Paste from Clive Johnston at Tue, 7 Jun 2016 15:01:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
package: extra-cmake-modules
Traceback (most recent call last):
  File "./staging-upload", line 174, in <module>
    upstreamPackName = upstreamName(package)
  File "/home/clivejo/kubuntu-automation/lib/utils.py", line 40, in upstreamName
    pkgmap = json.load(upstreamfile)
  File "/usr/lib/python2.7/json/__init__.py", line 291, in load
    **kw)
  File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
    obj, end = self.scan_once(s, idx)
ValueError: Expecting , delimiter: line 31 column 5 (char 1038)
Download as text