Revision: 2571
Author: KariHusa
Date: Sun Feb 28 21:58:05 2010
Log: line wrap
http://code.google.com/p/robotframework/source/detail?r=2571

Modified:
 /trunk/src/robot/running/keywords.py

=======================================
--- /trunk/src/robot/running/keywords.py        Sun Feb 28 21:53:31 2010
+++ /trunk/src/robot/running/keywords.py        Sun Feb 28 21:58:05 2010
@@ -302,7 +302,8 @@
     def __init__(self, kwdata):
         BaseKeyword.__init__(self, kwdata.name, type='parallel')
         self.keywords = [ KeywordFactory(kw) for kw in kwdata.keywords ]
- LOGGER.write('Parallel execution of keywords is deprecated and will be removed in the next major release.', 'WARN') + LOGGER.write('Parallel execution of keywords is deprecated and will be '
+                     'removed in the next major release.', 'WARN')

     def run(self, output, namespace):
         self.starttime = utils.get_timestamp()

Reply via email to