Message11492

Author Ivan
Recipients Ivan
Date 2017-07-22.07:36:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500709020.42.0.323580003441.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
Another issue with the same root is with json.loads:

    dict = json.loads(flute.params)
  File "/opt/flute/lib/jython-standalone-2.7.1.jar/Lib/json/__init__.py", line 338, in loads
  File "/opt/flute/lib/jython-standalone-2.7.1.jar/Lib/json/decoder.py", line 366, in decode
AttributeError: 'org.python.modules.sre.MatchObject' object has no attribute 'end'
History
Date User Action Args
2017-07-22 07:37:00Ivansetmessageid: <1500709020.42.0.323580003441.issue2609@psf.upfronthosting.co.za>
2017-07-22 07:37:00Ivansetrecipients: + Ivan
2017-07-22 07:37:00Ivanlinkissue2609 messages
2017-07-22 07:36:59Ivancreate