Message11479

Author Ivan
Recipients Ivan
Date 2017-07-18.13:29:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500384593.56.0.172347851277.issue2609@psf.upfronthosting.co.za>
In-reply-to
Content
Got this in logs:
'org.python.modules.sre.MatchObject' object has no attribute 'end'
Call stack:
    gs.time_stamp = datetime.strptime(data_dict['time_stamp'], '%Y-%m-%dT%H:%M:%S')
  File "/opt/flute/lib/jython-standalone-2.7.1.jar/Lib/datetime.py", line 1791, in strptime
  File "/opt/flute/lib/jython-standalone-2.7.1.jar/Lib/_strptime.py", line 326, in _strptime

line 326 of _strptime is     if len(data_string) != found.end()..

Unfortunately, I have no idea what was that in data_dict['time_stamp'].
History
Date User Action Args
2017-07-18 13:29:53Ivansetrecipients: + Ivan
2017-07-18 13:29:53Ivansetmessageid: <1500384593.56.0.172347851277.issue2609@psf.upfronthosting.co.za>
2017-07-18 13:29:53Ivanlinkissue2609 messages
2017-07-18 13:29:53Ivancreate