Message11695

Author jamesmudd
Recipients jamesmudd, jeff.allen
Date 2018-01-03.18:25:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515003902.29.0.467229070634.issue2650@psf.upfronthosting.co.za>
In-reply-to
Content
I have just updated the PR with the suggestions. This now only builds the message when its requested.

The output of the test program is now:
    Exception happened in script: NameError: name 's' is not defined
    Exception happened in script: NameError: name 's' is not defined in <script> at line number 1

While it doesn't get the nice script and line number of the ScriptException I think this is correct because these are additional features of ScriptException.
History
Date User Action Args
2018-01-03 18:25:02jamesmuddsetmessageid: <1515003902.29.0.467229070634.issue2650@psf.upfronthosting.co.za>
2018-01-03 18:25:02jamesmuddsetrecipients: + jamesmudd, jeff.allen
2018-01-03 18:25:02jamesmuddlinkissue2650 messages
2018-01-03 18:25:01jamesmuddcreate