Revision: 3124
Author: jussi.ao.malinen
Date: Mon May  3 06:26:55 2010
Log: removed todo-comments about refactoring.
http://code.google.com/p/robotframework/source/detail?r=3124

Modified:
 /trunk/src/robot/utils/signalhandler.py

=======================================
--- /trunk/src/robot/utils/signalhandler.py     Mon May  3 01:28:52 2010
+++ /trunk/src/robot/utils/signalhandler.py     Mon May  3 06:26:55 2010
@@ -35,8 +35,6 @@
             self._stop_execution_gracefully()

     def _stop_execution_gracefully(self):
-        # if in teardown, do nothing
-        # TODO: change method for teardown?
         if not self._error_reported:
             self._error_reported = True
raise ExecutionFailed('Execution terminated by signal', exit=True)

Reply via email to