mailr4482 - /1.3/prompt/interpreter.py


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

Header


Content

Posted by edward on January 08, 2008 - 14:31:
Author: bugman
Date: Tue Jan  8 14:31:18 2008
New Revision: 4482

URL: http://svn.gna.org/viewcvs/relax?rev=4482&view=rev
Log:
Bug fix:  Removed the 'quit' keyword arg from the call of the prompt() 
function.

The relax prompt is back again!


Modified:
    1.3/prompt/interpreter.py

Modified: 1.3/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/interpreter.py?rev=4482&r1=4481&r2=4482&view=diff
==============================================================================
--- 1.3/prompt/interpreter.py (original)
+++ 1.3/prompt/interpreter.py Tue Jan  8 14:31:18 2008
@@ -251,7 +251,7 @@
 
         # Go to the prompt.
         else:
-            prompt(intro=self.__intro_string, local=self.local, 
quit=self.__quit_flag)
+            prompt(intro=self.__intro_string, local=self.local)
 
 
     def _off(self):




Related Messages


Powered by MHonArc, Updated Tue Jan 08 15:00:21 2008