mailr10844 - /branches/multi_processor_merge/relax


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 23, 2010 - 03:02:
Author: bugman
Date: Tue Feb 23 03:02:53 2010
New Revision: 10844

URL: http://svn.gna.org/viewcvs/relax?rev=10844&view=rev
Log:
Another fix for the 'mode' variable being located in the class namespace.


Modified:
    branches/multi_processor_merge/relax

Modified: branches/multi_processor_merge/relax
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/relax?rev=10844&r1=10843&r2=10844&view=diff
==============================================================================
--- branches/multi_processor_merge/relax (original)
+++ branches/multi_processor_merge/relax Tue Feb 23 03:02:53 2010
@@ -263,7 +263,7 @@
 
         # Show the info about this relax version.
         elif options.info:
-            mode = 'info'
+            self.mode = 'info'
 
         # Run the relax tests.
         elif options.test_suite or options.system_tests or 
options.unit_tests:




Related Messages


Powered by MHonArc, Updated Tue Feb 23 11:20:02 2010