scorpiontahir02
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2016
04:39 AM
"Run" Docs incorrect? It breaks when RuntimeError
For a list of files passed to Run method, in case of CompileError, Run returns and we can log/process the CompileError. But in case of RuntimeError, application crashes just like the code was called outside Run method, and Run never returns. Although it is not mentioned explicitly in the docs that Run will return in case of RuntimeError as it is mentioned for Eval. But the example code given for Run does suggest so, as it handles the RuntimeError? So are the docs incorrect?