Revision: 2835
Author: janne.t.harkonen
Date: Mon Apr 5 22:50:19 2010
Log: Remove non-needed, commented row
http://code.google.com/p/robotframework/source/detail?r=2835
Modified:
/trunk/src/robot/running/keywords.py
=======================================
--- /trunk/src/robot/running/keywords.py Wed Mar 31 02:02:03 2010
+++ /trunk/src/robot/running/keywords.py Mon Apr 5 22:50:19 2010
@@ -156,7 +156,6 @@
+ [(self.scalar_vars[-1], ret[needed-1:])]
def _get_vars_to_set_with_scalars_and_list(self, ret):
- #ret = list(ret)
needed_scalars = len(self.scalar_vars)
if not needed_scalars:
return [(self.list_var, ret)]
--
To unsubscribe, reply using "remove me" as the subject.