TUFLOW Viewer: Difference between revisions

Content deleted Content added
Line 39:
===What Does This Mean?===
This means that the TUFLOW plugin has encountered something unusual or a situation that it does not know how to handle i.e. it has reached a line in the code that has failed to execute and as a consequence Python has bailed out. This means that all the code below this point that was meant to be executed has not. This can have knock on consequences as variables may not exist or be set to incorrect values and signal handling (e.g. what happens when a a menu item is clicked) is broken. So a python error can lead to further python errors that would normally not have occurred, so the first python error is usually the most important.<br>
 
===What To Do===
<ol>