Revision: 97f174065164
Branch: default
Author: jussi.ao.malinen
Date: Wed May 29 06:10:08 2013
Log: new run: check parent in fatal exception handling
http://code.google.com/p/robotframework/source/detail?r=97f174065164
Modified:
/src/robot/new_running/status.py
=======================================
--- /src/robot/new_running/status.py Wed May 29 06:03:50 2013
+++ /src/robot/new_running/status.py Wed May 29 06:10:08 2013
@@ -77,7 +77,8 @@
def _handle_possible_fatal(self, failure):
if getattr(failure, 'exit', False):
- self.parent.fatal_failure()
+ if self.parent:
+ self.parent.fatal_failure()
self.exiting_on_fatal = True
--
---
You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.